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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:21:51+00:00 2026-05-31T13:21:51+00:00

I am trying to recreate the a section of a UITableView that looks like

  • 0

I am trying to recreate the a section of a UITableView that looks like the first section under the Me tab in the Twitter app for the iPhone. I am having trouble creating a UITableViewCell with views underneath it (like Tweets, Following, and Followers) that a user can tap to show another view. Any help or insight into how to achieve this would be great. Thanks.

  • 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-31T13:21:52+00:00Added an answer on May 31, 2026 at 1:21 pm

    Make an object subclass of UITableViewCell, and then add whatever UI elements you want to the view.

    If the custom cell is supposed to contain certain data, make each variable a property so that it can be easily set from within the UITableViewDatasource.

    Do this my creating a new file, and making it a subclass of UITableViewCell. I personally don’t use interface builder at all, so if you want to code it manually, replace the initWithNib function with this one:

    - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier{
    self = [super initWithStyle:style reuseIdentifier:reuseIdentifier];
    if(self){
        //Add custom views here
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to recreate the same in app notifications that the new twitter
I'm trying to recreate the feature of Google Maps that changes the map type
I am trying to recreate this table in my rails 3 app. I believe
First I'm going to show you an image of what I'm trying to recreate
i'm trying to recreate the MVC model of their simple example but i'm having
I'm trying to recreate a SyndicationFeed object (System.ServiceModel.Syndication) from XML data that has been
I'm trying to recreate a solution that had multiple projects in it (only the
I have the following XML that I am trying to recreate with the lxml.objectify
Im trying to recreate gmail's file upload functionality - that is instead of using
I'm trying to recreate the built in messaging app's view. I need to add

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.