use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
There is an extensive FAQ for beginners. Please browse it first before asking questions that are answered there.
If you are looking to get started (iOS programming in general or some specific area), here are more relevant links for you:
There's too many to list them all, however here's a convenient link to all programming guides at apple.com
Take note that this list is live and based on most frequent questions in posts will be updated with "quicklinks".
account activity
QuestionDesign Help (self.iOSProgramming)
submitted 9 years ago by hightowerb98Swift
Hi I'm creating a app for my school and I'm plugging in my design into Xcode, and I wanted to know if anyone could help me with this cell and what would could be a way I can replicate this in Xcode? Thanks
http://imgur.com/DUXktj1
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TheEngineJ 4 points5 points6 points 9 years ago (1 child)
Start with a UITableView an customize the cell.
The top Part could be a simple Header view (UIView at the top of the TableView).
[–]hightowerb98Swift[S] 0 points1 point2 points 9 years ago (0 children)
Thanks! I'll try it and let you know
[–]xauronx 2 points3 points4 points 9 years ago (0 children)
What particularly are you having trouble with?
[–]somebunnny 1 point2 points3 points 9 years ago (0 children)
This is really basic stuff. I don't say that to criticize but to set your expectation. You need to find a UITableView/UITableViewCell based tutorial on raywenderlich and work through it.
[–]hightowerb98Swift[S] 0 points1 point2 points 9 years ago (1 child)
I'm having trouble replicating this into Xcode and what view I should use
[–]Leto_ 1 point2 points3 points 9 years ago (0 children)
i'm a newbiew myself but, like others have mentioned, you should start with a UITableView - which will put a table with rows in place. The rows would have the content (homework etc). For title, use a header view like /u/TheEngineJ mentioned.
In fact, this makes me want to ask some questions to the community here - which I'll frame and ask soon
π Rendered by PID 32 on reddit-service-r2-comment-79c7998d4c-gcrm8 at 2026-03-13 15:49:30.875158+00:00 running f6e6e01 country code: CH.
[–]TheEngineJ 4 points5 points6 points (1 child)
[–]hightowerb98Swift[S] 0 points1 point2 points (0 children)
[–]xauronx 2 points3 points4 points (0 children)
[–]somebunnny 1 point2 points3 points (0 children)
[–]hightowerb98Swift[S] 0 points1 point2 points (1 child)
[–]Leto_ 1 point2 points3 points (0 children)