aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayNewDetailView.swift (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-19Merge ForayNewDetailView into the VC itselfNicholas Tay1-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.
2022-03-19Adjust offsets and fix details label linesNicholas Tay1-2/+3
2022-03-19Detail view is now programatically createdNicholas Tay1-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.