iPhone
[iOS] iOS6.0과 이전버전 달라진 것 define설정 모음
jh.l
2013. 5. 21. 17:49
#ifdef __IPHONE_6_0
# define LINE_BREAK_WORD_WRAP NSLineBreakByWordWrapping
# define TEXT_ALIGNMENT_LEFT NSTextAlignmentLeft
#else
# define LINE_BREAK_WORD_WRAP UILineBreakModeWordWrap
# define TEXT_ALIGNMENT_LEFT UITextAlignmentLeft
#endif