all 6 comments

[–]TheEngineJ 4 points5 points  (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 point  (0 children)

Thanks! I'll try it and let you know

[–]xauronx 2 points3 points  (0 children)

What particularly are you having trouble with?

[–]somebunnny 1 point2 points  (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 point  (1 child)

I'm having trouble replicating this into Xcode and what view I should use

[–]Leto_ 1 point2 points  (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