12
프로그래밍 방식으로 UIButton 제목 / 텍스트를 업데이트 할 수 있습니까?
를 UIButton누르면 사용자가 일부 설정을 변경할 수있는 새보기가 표시됩니다. 보기가 닫히면의 제목 / 텍스트를 업데이트 UIButton하여 새 상태를 반영 하고 싶습니다 . 전화 : [myButton setTitle: @"myTitle" forState: UIControlStateNormal]; [myButton setTitle: @"myTitle" forState: UIControlStateApplication]; [myButton setTitle: @"myTitle" forState: UIControlStateHighlighted]; [myButton setTitle: @"myTitle" forState: UIControlStateReserved]; [myButton setTitle: @"myTitle" forState: UIControlStateSelected]; [myButton …