Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 589861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:28:05+00:00 2026-05-13T15:28:05+00:00

I constructed a tabbar with more than 5 tabs and the remainders were automatically

  • 0

I constructed a tabbar with more than 5 tabs and the remainders were automatically added into the “More” view. That is fine, but along with that, the user is able to “Edit” the configuration of the app’s tabs.

I do not want the user to be able to do that. Is there a way to prevent the user from doing this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T15:28:05+00:00Added an answer on May 13, 2026 at 3:28 pm

    Take a look at the UITabBarController documentation. Search for “customizableViewControllers”

    customizableViewControllers

    The subset of view controllers managed
    by this tab bar controller that can be
    customized.

    @property(nonatomic, copy) NSArray
    *customizableViewControllers

    Discussion

    This property controls which items in
    the tab bar can be rearranged by the
    user. When the user taps the More item
    on the tab bar view, a custom
    interface appears displaying any items
    that did not fit on the main tab bar.
    This interface also contains an Edit
    button that allows the user to
    rearrange the items. Only the items
    whose associated view controllers are
    in this array can be rearranged from
    this interface. If the array is empty
    or the value of this property is nil,
    the tab bar does not allow any items
    to be rearranged.

    Changing the value of the
    viewControllers property (either
    directly or using the
    setViewControllers:animated: method)
    also changes the value of this
    property. When first assigned to the
    tab bar controller, all view
    controllers are customizable by
    default.

    Basically what you have to do is use the following code, to set the value to nil:

    
    - (void)applicationDidFinishLaunching:(UIApplication *)application
    {
    tabBarController.customizableViewControllers=nil;
    }
    

    Cheers,
    VFN

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Javascript has a poorly constructed but convenient arguments variable inside every function, such that
Recently I noticed that generic constructed types can be open and closed. But I
I have constructed several web services that successfully serialize my .NET types into JSON.
I have constructed this page: http://www.letstalkmarketing.co.uk/print It works fine in IE6 and IE8 but
I had some code that constructed an object: function gridObjConst(id, itemName, itemPrice, itemListPrice, width,
My issue is I believe I've constructed the request correctly, but I am getting
I noticed that median of boxplot (constructed with restricted ylim-parameter) may differ from the
I know vectors can be constructed to a predefined size vector<int> foo(4); But is
My application contains tabbar and status bar. The tab bar is constructed like buttons
I have constructed a query that's essentially a weighted sum of other queries: val

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.