aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayNewDetailView.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge ForayNewDetailView into the VC itselfNicholas Tay2022-03-191-86/+0
| | | | | | | | Not sure if this is the right move, but it felt extraneous to have a whole UIView to itself for now. Instead just have it right inside the VC. Probably a step in the wrong direction though, but will need to review.
* Adjust offsets and fix details label linesNicholas Tay2022-03-191-2/+3
|
* Detail view is now programatically createdNicholas Tay2022-03-191-0/+85
Using SnapKit and some experimentation around the VC. Next step is to change segue and then maybe get rid of storyboard all together.