objective c - Disable edit button from more tab bar application -


i using storyboard create tab bar has 6 tabs. tab bar initial view controller. not using custom class tabbarcontroller. more tab gets "edit" button. how can remove button?

set customizableviewcontrollers of tabbarcontroller nil.

tabbarcontroller.customizableviewcontrollers = nil; 

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -