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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:12:00+00:00 2026-05-27T15:12:00+00:00

I have 2 questions. 1.) I have a tableView, and it will have more

  • 0

I have 2 questions.

1.) I have a tableView, and it will have more than 100 rows (of data). But i will only display 10 records at a time. when the user scrolls down and below the 10th row i want to add a button, which says load the next 10 records and load the previous 10 records. How do i add these buttons ? note: that these buttons only appear when you scroll down to the last record of your table view (I found a similar example in iTunes too)

2.) I need those 2 buttons to have an arrow shape (As a Navigation button)

How do i get this done programatically. (I will not be using the interface builder to create 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-27T15:12:01+00:00Added an answer on May 27, 2026 at 3:12 pm

    Use these steps and code.

    1) create Button

    2) Background Image for the UIButton

    3) Add target (getNext10List)

    4) Create footer view

    5) Add the view in your cell.

        UIButton *pagingButton = [UIButton buttonWithType:UIButtonTypeCustom];
        pagingButton.frame = CGRectMake(0, 5, 316, 35);
        pagingButton.backgroundColor = [UIColor clearColor];
        UIImage *buttonImageNormal = [UIImage imageNamed:@"next10Holder@2x.png"];
        [pagingButton setBackgroundImage:buttonImageNormal forState:UIControlStateNormal];
        [pagingButton addTarget:self action:@selector(getNext10List) forControlEvents:UIControlEventTouchUpInside];
    
        //create a footer view on the bottom of the tabeview
        footerView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 316, 45)];
        [footerView addSubview:pagingButton];
    
        messageTableView.tableFooterView = footerView;     
        [[self view] addSubview:messageTableView];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

the main tableview will have rows that is added/created from the user and that
I am going to be making a small user system but I have questions.
Similar questions have been asked, but nothing exactly like mine, so here goes. We
similar questions have been asked before but I cant find an exact match to
I have a UITableView instance tableView that displays data from a server. The tableView
I have a generic question about tableview Draw and reload data, and wanted some
I know there have been a couple questions asked similar to this, but I
I have a multi-section tableview. In edit mode I allow rows to be moved
I have questions about System.Threading.ThreadStart Class : where can I find its specifications (
I have some questions about basic CSS that I was unable to understand or

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.