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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T22:29:17+00:00 2026-06-12T22:29:17+00:00

A designer asked me to add pagination to a UINavigation bar in a project

  • 0

A designer asked me to add pagination to a UINavigation bar in a project with its target building for ios4.3+.

I know you can add two buttons to the right side of a Navigation bar as explained here in this blog : enter link description here

But to get the appearance requested to by the designer
enter image description here

Do I need to add images to my button or is this some kind of native control(Special UISegmentedControl?) I haven’t seen before? Or Just 2 custom buttons with background images.

Thanks,
-Code

  • 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-12T22:29:18+00:00Added an answer on June 12, 2026 at 10:29 pm

    I implemented the same function with a segmented control and without defining custom buttons with images.Instead of adding images for arrows i used the the corresponding Unicode chars and instantiated the segmented control with them.

        UISegmentedControl *toggleSegmentedControl = [[UISegmentedControl alloc] initWithItems:[NSArray arrayWithObjects:@"\u25B2",@"\u25BC",nil]];
    
    UIBarButtonItem *toggleSegmentedControlBarItem = [[UIBarButtonItem alloc] initWithCustomView:toggleSegmentedControl];
    self.navigationItem.leftBarButtonItem = toggleSegmentedControlBarItem; 
    

    Then your leftBarButtonItem is replaced by the segmented control.

    enter image description here

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

Sidebar

Related Questions

I recently asked my frontend designer to setup buttons in my account management page
Recently our newest web designer asked me why we use ASP.NET for our website.
I've been asked to create a Custom Designer for Visual Studio. In this designer
I have been asked to build an application where I can drag and drop
I know this same question was asked for Entity Framework 1, but now that
As a Web-designer, I've been asked to evaluate the customization of an instance of
I asked from few weeks ago this question: How can I teach a beginner
I know that this topic has been asked several times before but none of
Could someone please advise a free GUI editor (GUI designer)? This question was asked
My boss has asked for a page that will not change to have two

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.