[objc] UILabel

iPhone 2012. 11. 30. 17:27




Text 가운데 정렬


       label.textAlignment = UITextAlignmentCenter;






라벨의 개행



내용에 개행문자 \n 삽입

라벨을 라인브레이크 모드로 지정


http://stackoverflow.com/questions/2312899/how-to-add-line-break-for-uilabel








Posted by tenn
,