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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:32:39+00:00 2026-06-17T11:32:39+00:00

I have a Tabbed Application which has six tabs, so as expected two of

  • 0

I have a Tabbed Application which has six tabs, so as expected two of the tabs move under the “More” tab at the end. I have a refresh button I want to put in the top left corner of every tab view, but when I place these using the Storyboard, the back button with the “More” text is overwritten if I’m in one of the tabs that was moved under the More tab. The behaviour I’m trying to get is to put the refresh button NEXT to the More tab, kind of like how Apple did their tabs in the iTunes app in the attached screenshot.

I’ve tried looking at methods that do button placement using code but most of them seem to assume you want to create all the buttons using code and place them in an array. I haven’t been able to find a way to create the More button, since I think that’s generated automatically, but if there’s a method I could use to add an extra button alongside it, that would do what I’m wanting.

tl;dr: Is there a way to add buttons alongside the More button?

(I’m new so I can’t add screenshots, but here is a link to the screenshot I meant. https://i.stack.imgur.com/GV6M2.png)

  • 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-17T11:32:40+00:00Added an answer on June 17, 2026 at 11:32 am

    Found the answer! It always helps to look at the list of methods. There’s a BOOL you can set called leftItemsSupplementBackButton and it is normally set to NO, but if it’s set to YES it will add any buttons next to the back button instead of replacing it. Even works with Storyboard-created buttons 😀

    http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UINavigationItem_Class/Reference/UINavigationItem.html%23//apple_ref/occ/instp/UINavigationItem/leftItemsSupplementBackButton

    - (void)viewDidAppear:(BOOL)animated {
    [super viewDidAppear:animated];
    [self performSelector:@selector(loadLoginScreen) withObject:nil];
    isAnimated = YES;
    [self.navigationItem setLeftItemsSupplementBackButton:YES];
    

    }

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

Sidebar

Related Questions

I have Tabbed Application with 5 tabs. App starts on tab with index 0
I currently have developed a Tabbed Based Application. The first Tab is decors which
In a new tabbed app application when two more views are added, views which
I created a tabbed application in which I have three tabs. In the first
I have a tabbed application with 3 tabs The first tab is a table
I have tabbed iOS application. I need to know which tab is active and
I am creating a application which has a global tab bar .Actionbar should have
What i have is a tabbed page with 12 tabs (every tab is a
I am making a tabbed bar application that has a section for Quizzes (which
i have a tabbed application with 4 navControllers, which all should use the SAME

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.