태그>uibarbuttonitem(총 3개의 글)
'uibarbuttonitem' 관련 최근글
-
- UINavigationBar back button 바꾸기
-
공부가 본업. by 언제나19|2014/11/13 11:42
How to properly position the back button in iOS7 전체 다 통째로 바꾸려면, appearance를 바꾸기.UIImagePickerController처럼 자기가 NavigationController를 생성하는 것들까지 고칠 수 있다. 일부분만 고치고 싶으면,UINavigationController를 상속받..
- UINavigationBar back button 바꾸기
-
- modal로 view controller를 띄우기
-
공부가 본업. by 언제나19|2014/07/24 14:59
modal로 view controller 띄우기 presentModalViewController() 는 이제 못 쓰나 보다. Presentation Controllers를 쓰면 좋겠지만, ios8만 지원할 듯. A Look Inside Presentation ControllersFrameworksiOSA Look Inside Presentation ControllersS..
UINavigationController, modal, ios, presentViewController, UIBarButtonItem
- modal로 view controller를 띄우기
-
- UIBarButtonItem에 image를 넣고, toggle로 바뀌게 만들기
-
공부가 본업. by 언제나19|2014/07/22 22:44
bar button item 자체를 2개 만들어 놓고, 교체하기 Updating UIImage on UiBarButtonItem from identifier to image image가 하늘색으로 나오지 않게 만들기 UIBarButtonItem with UIImage Always Tinted iOS 7 *image = [[UIImage imageNamed:@"my..
- UIBarButtonItem에 image를 넣고, toggle로 바뀌게 만들기