| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Didn't constrain details label to the bottom of the content container,
so scroll view didn't pick up on it (test with large font on a smaller
viewport phone).
|
| |
|
|
|
|
|
| |
Surely there still is a better way for the trailing constraints on the
labels?
|
|
|
|
|
|
|
|
| |
I don't think this 100% is the correct way with SnapKit. Need to seek
advice and improve the constraints. However, an improvement over before
is that the accessibility font sizes actually do work as intended now!
Now to add back in the segues somehow...
|
|
Cell no longer uses prototypes as registered in the Storyboard. Instead
is a custom class inheriting the UITableViewCell and is manually
registered by the VC.
This is a first step towards reimplementing the prototype cells. Only
has one label at the moment.
|