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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T20:25:46+00:00 2026-05-28T20:25:46+00:00

Will apple approve my app if I fake a table view with buttons? I

  • 0

Will apple approve my app if I fake a table view with buttons?
I am still learning and haven´t learnt yet how to achieve great table views.
But I´m a good designer and combining buttons and a scroll view I can obtain the same effect as if it was a Table View.

The thing is: I want to go to different Detail Views depending on the cell you select in a Table View. I don´t know how to do it. I have searched and searched but I can´t find how to do it.

Therefore, for me is much easier to “fake” a table view with buttons and use storyboard to take you to different Views.
I know it is not the most efficient solution, but it is an effective one.

If I do that, will my app be rejected by Apple?
And also, is there a limit on how many different views I can make in storyboard?

I mean, could I create 250 different views with storyboard and move from one to other by segues?

Thank you all in advance for your answers.

  • 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-28T20:25:47+00:00Added an answer on May 28, 2026 at 8:25 pm

    I’d recommend going the tableView way, since thats the easy and standard way.

    I dont think Apple would like the other approach, since thats what table views were made for, but it may get approved anyways.

    If you know the basics on how to create a UITableView and how to implement the UITableViewDelegate and UITableViewDatasource, all you have to do is to implement the tableView:didSelectRowAtIndexPath: method from the UITableViewDelegate.

    An implementation for this should look like:

    -(void) tableView:(UITableView *) tableView 
        didSelectRowAtIndexPath: (NSIndexPath *) indexPath
    {
       [tableView deselectRowAtIndexPath:indexPath
                    animated:YES];
       NSUInteger rowIndex= [indexPath row];//this is the index in the tablevie of the tapped row
    
       //do stuff with the rowIndex, instantiate another view, etc
    }
    

    Hope this helps

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

Sidebar

Related Questions

Is it allowed to create a custom keyboard. Will apple approve my app if
If I use the PayPal gateway in my iPhone app, will Apple approve it?
From reading discussions I understood that Apple will not approve an App that asks
Im currently developing an In-House Enterprise application. I will publish the app using Apple
Apple's developer website describe 3 types of background services an app can use, music,
I am nearing completion of my first app that will be submitted to the
Apple in iTunes Connect Developer Guide says: App Name Expiry Once you have created
I've spend an inordinate amount of time searching for a view-controller that will bring
I have created an app which is approved by apple and currently buyable in
I'm development a app for iPad that will be used within the company only.

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.