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

The Archive Base Latest Questions

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

What should i use so that i’m able to display multiple table view controllers

  • 0

App store image

What should i use so that i’m able to display multiple table view controllers in a single view controller… much like App Store?

  • 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-12T12:47:30+00:00Added an answer on June 12, 2026 at 12:47 pm

    Keeping 3 UITableViews isn’t much of a great Idea as you would already have to declare 3 NSMutableArrays to fill up these tableViews. You can get the same functionality not with multiple TableViews, but different NSMutableArrays to fill up a single UITableView.

    - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
    {
        if (isPaid)
        {   
            return [self.arrayForPaidApps count];                        
        }
        else if(isFree) {
            return [self.arrayForFreeApps count];
        }
        else {
            return [self.arrayForTopApps count];
        }
    }
    

    Similarly for cellForRowAtIndexPath: and didSelectRowAtIndexPath: method too and you’ll get the required thing.

    Just keep reloading the table at the event of clicking Paid, Free or Grossing apps.

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

Sidebar

Related Questions

I heard that static methods should use only static variables in java. But, main
What glBlendFunc should I use to ensure that the opacity of my drawing is
I always read that I should use model = Model(a=5, b=6) model.save() But I
On various places they said that you should use @ManagedProperty to get a request
I've read that good programming practice claims that one should use a function if
So any custom data attribute that I use should start with data-: <li class=user
Why sometimes I should use block and other times &block inside functions that accept
I learned that when executing commands in Python, I should use subprocess. What I'm
why should i use a component instead of an action that renders a partial?
One should always use std::string over c-style strings( char * ) is advice that

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.