xcode - Remove "Edit" button from more section of UITabBar -


i saw answer here: how disable edit button appears in more section of uitabbarcontroller? cant figure out put code.

right have universal app, multiple view controllers, code go? solutions said "become delegate of moreviewcontroller", how do this?

add line of code in life cycle method i.e. app did finish launching options:

- (void)applicationdidfinishlaunching:(uiapplication *)application {      tabbarcontroller.customizableviewcontrollers=nil;  } 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -