aboutsummaryrefslogtreecommitdiff
path: root/foray.xcodeproj (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-18Custom share sheet icons and load them with UIImageNicholas Tay1-4/+0
2022-07-18Try out 'share' aka UIActivityViewControllerNicholas Tay1-0/+4
2022-07-17Clean up force unwraps and letsNicholas Tay1-0/+4
2022-07-17Experiment with async/awaitNicholas Tay2-2/+80
2022-03-25ForayNewTableViewCell -> ForayTableViewCellNicholas Tay1-4/+4
2022-03-25Reorganise: NetworkManager -> Fetcher, Models -> dedicated groupsNicholas Tay1-16/+32
2022-03-24First attempt at PresenterNicholas Tay1-4/+20
2022-03-24Reorganise into folder groupsNicholas Tay1-7/+31
2022-03-24Split details view into separate View and VCNicholas Tay1-0/+8
2022-03-21Loading overlay to custom class + add to coordinatorNicholas Tay1-0/+4
2022-03-21First try at implementing coordinator patternNicholas Tay1-0/+8
2022-03-20Allow >=iOS 13.0Nicholas Tay1-0/+2
2022-03-20Split structs into other file, split networking outNicholas Tay1-0/+8
2022-03-19Merge ForayNewDetailView into the VC itselfNicholas Tay1-4/+0
2022-03-19Storyboard is GONENicholas Tay1-31/+4
2022-03-19Detail view is now programatically createdNicholas Tay1-0/+4
2022-03-18Split table view cell into separate fileNicholas Tay1-0/+4
2022-03-18Added SnapKit with Swift package managerNicholas Tay2-0/+41
2022-03-16Add gitignore, remove new ignoresNicholas Tay1-14/+0
2022-03-16Add a detail viewNicholas Tay1-0/+4
2022-03-14Learning UITableViewController: array data + custom cellsNicholas Tay1-4/+6