uitabbarcontroller - Disable "Edit" Button that appear in more selection of tab bar ios -
uitabbarcontroller - Disable "Edit" Button that appear in more selection of tab bar ios -
i new in ios. utilize 7 tab bar item in tab bar controller story board , when run app shows more buttons when click on it show edit button. not want edit button. how can done?
this code:
[[[tabbarcontroller morenavigationcontroller] visibleviewcontroller] settitle:@""];
but not work.
you had none of view controllers customizable. edit button disappears. please docs.
[tabbarcontroller.customizableviewcontrollers = @[];
docs: "this property controls items in tab bar can rearranged user. when user taps more item on tab bar view, custom interface appears displaying items did not fit on main tab bar. interface contains edit button allows user rearrange items. items associated view controllers in array can rearranged interface. if array empty or value of property nil, tab bar not allow items rearranged."
ios uitabbarcontroller
Comments
Post a Comment