본문 바로가기

iPhone

[iOS] iOS6.0과 이전버전 달라진 것 define설정 모음



#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