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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:44:38+00:00 2026-05-26T06:44:38+00:00

My app needs a screen with several controls, such as a slider and a

  • 0

My app needs a screen with several controls, such as a slider and a few switches. These controls will be used frequently, so I don’t want to put them in a Settings bundle.

However, I like the way the controls are grouped in Settings and would like to do the same on this ‘control’ screen.

Obviously, Settings uses a table view controller in ‘group’ mode. Ideally, I’d like to lay out this view in Interface Builder, but I’ll be darned if I can figure out how.

Do I need to set up this page programmatically, or is there a trick that will let me do this in IB?

TIA: John

  • 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-26T06:44:39+00:00Added an answer on May 26, 2026 at 6:44 am

    What I do, is in my XIB file, I create my individual cells in design view, set up outlets for them, and then in the code of my data source, I will connect those cells to the table.

    something like:

    - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
    {
        NSInteger row = [indexPath row];
        NSInteger section = [indexPath section];
            if(section == 0){
                if(row == 0){
                    return basicCell;
                }
                if(row == 1){
                    return linkedCell;
                }
                if (row == 2) {
                    return tipsCell;
                }
            }
            if(section == 1){
                return wifiCell;
            }
            if(section == 2){
                return loginCell;
            }
        return nil;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My app needs to switch between a couple of full screen views. These views
My app needs to play some audio files and I want to fade-out the
I'm writing a screen saver type app that needs to stop the user from
In my app, I use several tableviews I need to put loading screen when
I'm going to be driving a touch-screen application (not a web app) that needs
I am currently working on an Android App that needs several overlapping SurfaceViews in
Situation: my app needs to present a full screen modal view whenever it becomes
My app needs to build a buffer from all the selected cells on a
My current app needs to store address information for a user. I'm currently debating
My Cocoa app needs some small dynamically generated windows. How can I programmatically create

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.