aboutsummaryrefslogtreecommitdiff
path: root/foray (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-18Custom share sheet icons and load them with UIImageNicholas Tay4-18/+25
2022-07-18Try out 'share' aka UIActivityViewControllerNicholas Tay3-2/+71
2022-07-17Clean up force unwraps and letsNicholas Tay5-17/+37
2022-07-17Experiment with async/awaitNicholas Tay3-31/+31
2022-07-17'weak self' stuffNicholas Tay2-3/+6
2022-07-17Try out moving coordinator 'coordinated' VC thingNicholas Tay4-11/+16
2022-03-25ForayNewTableViewCell -> ForayTableViewCellNicholas Tay2-3/+3
2022-03-25Reorganise: NetworkManager -> Fetcher, Models -> dedicated groupsNicholas Tay4-11/+11
2022-03-25getData -> fetch, try threading, move logic aroundNicholas Tay3-23/+28
2022-03-25Move Details ViewModel -> string/image into VCNicholas Tay2-16/+16
2022-03-24First attempt at PresenterNicholas Tay6-51/+88
2022-03-24Reorganise into folder groupsNicholas Tay8-0/+0
2022-03-24Split details view into separate View and VCNicholas Tay3-72/+125
2022-03-22Adjust YearSection to just IntNicholas Tay2-12/+6
2022-03-21Loading overlay to custom class + add to coordinatorNicholas Tay3-10/+49
2022-03-21Fix scroll in details viewNicholas Tay2-2/+4
2022-03-21Switch to launch with SceneDelegateNicholas Tay3-13/+34
2022-03-21First try at implementing coordinator patternNicholas Tay5-31/+90
2022-03-20Add ScrollView to details screenNicholas Tay1-4/+14
2022-03-20Split structs into other file, split networking outNicholas Tay3-66/+92
2022-03-19Add back in RefreshControlNicholas Tay1-1/+1
2022-03-19Merge ForayNewDetailView into the VC itselfNicholas Tay2-91/+71
2022-03-19Fix selected item not being passed throughNicholas Tay2-4/+5
2022-03-19Adjust offsets and fix details label linesNicholas Tay2-4/+5
2022-03-19Storyboard is GONENicholas Tay6-101/+13
2022-03-19Remove segue, push directly into nav controllerNicholas Tay2-37/+7
2022-03-19Detail view is now programatically createdNicholas Tay3-70/+94
2022-03-18Add back in segue to details viewNicholas Tay2-8/+29
2022-03-18Cleanup old prototype cellsNicholas Tay2-133/+6
2022-03-18Use margins for new cell container + better image insetNicholas Tay1-12/+13
2022-03-18Add back in description label and image to custom cellNicholas Tay2-19/+62
2022-03-18Split table view cell into separate fileNicholas Tay2-10/+56
2022-03-18Added SnapKit with Swift package managerNicholas Tay1-2/+3
2022-03-16Use public URL for dummy API JSONNicholas Tay1-3/+5
2022-03-16Sort items by date first as well for within-section sortNicholas Tay1-0/+1
2022-03-16MyItem -> PenguinItemNicholas Tay2-14/+14
2022-03-16Add refresh control + fix weird cachingNicholas Tay2-2/+19
2022-03-16Modify details to multiline with release date includedNicholas Tay2-5/+12
2022-03-16Loading overlay on main screenNicholas Tay1-0/+11
2022-03-16Add a detail viewNicholas Tay3-2/+125
2022-03-15Make items Decodable and hook up to a JSON dummy endpointNicholas Tay1-21/+53
2022-03-14Second type of custom cellNicholas Tay2-10/+85
2022-03-14Grouping items together by yearNicholas Tay1-10/+49
2022-03-14Learning UITableViewController: array data + custom cellsNicholas Tay29-32/+244