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 8232367
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T17:48:47+00:00 2026-06-07T17:48:47+00:00

My tab bar currently has more than 5 items, so it is showing up

  • 0

My tab bar currently has more than 5 items, so it is showing up as “More *“, which is fine. However, when the user is in more, they have the ability to click edit, and rearrange what’s in the tab bar. How do I disable this for the user?

I finally figured it out, but since i am a new user they won’t let me answer my own question lol, so here is the answer.

I figured it out, so I created my own UITabBarController files and in the .m file I added:

self.customizableViewControllers = [NSArray arrayWithObjects:nil];

into the viewDidLoad method, like so:

#import "MyTabBarController.h"

@interface MyTabBarController ()

@end

@implementation MyTabBarController



- (void)viewDidLoad
 {
    [super viewDidLoad];

   self.customizableViewControllers = [NSArray arrayWithObjects:nil];

 }
  • 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-06-07T17:48:49+00:00Added an answer on June 7, 2026 at 5:48 pm

    Add this to view did load.

    self.customizableViewControllers = [NSArray arrayWithObjects:nil];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have 8 UITabBar items, all of which are editable in the More
I have an app which has split view inside a tab bar, and these
I currently have an iPhone project with a tab bar. On the tabbar there
Im using the new storyboarding features with ios. I have a tab bar which
I have an ios5 app developed using storyboards that currently displays a tab bar
I have an application that has many views (Using tab bar controller). I want
I have a tab bar controller with five buttons. That controller has a tab
I have a tab bar driven app. The app has some view controllers that
I have 2 tab bar items in popOver and there is plus button in
i have an application which uses CoreData/.sqlite to store my data, a tab bar

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.