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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T23:12:31+00:00 2026-05-29T23:12:31+00:00

I was wondering what is the best approach for creating a UIview with multiple

  • 0

I was wondering what is the best approach for creating a UIview with multiple icons that go to different view controllers. I have seen an open source launcher code for creating such a view but I rather learn on what is the best practice for creating one from scratch? Is it a big image with code measuring the touch location? Are the buttons put dynamically? Is it a table with multiple cells in a row? ….

The Yelp launcher is also following the same pattern

Facebook Launcher
Yelp Launcher

Thanks,
Ross

  • 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-29T23:12:35+00:00Added an answer on May 29, 2026 at 11:12 pm

    Position the buttons dynamically. With each button being a seperate instance of UIButton. As Richard J. Ross III suggested in a comment, you could for example put the various buttons in a UIScrollView.

    UIScrollView *scrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height)];
    scrollView.pagingEnabled = YES;
    //set the contentSize property of scrollView to a multiple of the original frame size
    UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];
    button.frame = CGRectMake(50, 50, 50, 50);
    button.image = [UIImage imageNamed:@"image.png"];
    [scrollView addSubView:button];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering what is the best approach in creating a view such as
Was just wondering what the best approach is when creating a multi-lingual website that
I was wondering, what's the best approach in creating users authentication for my asp.net-mvc
I am wondering what the best approach is for creating a horizontal list with
I was wondering what would be the best approach for creating tables in a
I was wondering what the best approach might be for creating a backup of
I'm wondering about the best approach to designing a DB connection manager for a
I am wondering what is the best approach/methods/technology to implement a C# desktop application
I am wondering what would be the best approach to store, for let's say
I am wondering if someone can help me figure out the best approach to

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.