适配IOS6 IOS7 label

来源:互联网 发布:注塑机械手调试与编程 编辑:程序博客网 时间:2024/06/10 05:10

#ifdef __IPHONE_6_0

# define ALIGN_LEFT                      NSTextAlignmentLeft

# define ALIGN_CENTER                    NSTextAlignmentCenter

# define ALIGN_RIGHT                     NSTextAlignmentRight

#else

# define ALIGN_LEFT                      UITextAlignmentLeft

# define ALIGN_CENTER                    UITextAlignmentCenter

# define ALIGN_RIGHT                     UITextAlignmentRight

#endif

0 0
原创粉丝点击