aboutsummaryrefslogtreecommitdiff
path: root/foray/Scenes/ForayTableViewController.swift (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-25getData -> fetch, try threading, move logic aroundNicholas Tay1-1/+1
2022-03-24First attempt at PresenterNicholas Tay1-22/+18
2022-03-24Reorganise into folder groupsNicholas Tay1-0/+0
2022-03-22Adjust YearSection to just IntNicholas Tay1-11/+5
2022-03-21Loading overlay to custom class + add to coordinatorNicholas Tay1-10/+2
2022-03-21First try at implementing coordinator patternNicholas Tay1-6/+4
2022-03-20Split structs into other file, split networking outNicholas Tay1-66/+17
2022-03-19Add back in RefreshControlNicholas Tay1-1/+1
2022-03-19Fix selected item not being passed throughNicholas Tay1-1/+1
2022-03-19Storyboard is GONENicholas Tay1-0/+1
2022-03-19Remove segue, push directly into nav controllerNicholas Tay1-14/+7
2022-03-18Add back in segue to details viewNicholas Tay1-5/+13
2022-03-18Cleanup old prototype cellsNicholas Tay1-23/+3
2022-03-18Add back in description label and image to custom cellNicholas Tay1-13/+13
2022-03-18Split table view cell into separate fileNicholas Tay1-10/+17
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 Tay1-13/+13
2022-03-16Add refresh control + fix weird cachingNicholas Tay1-2/+16
2022-03-16Loading overlay on main screenNicholas Tay1-0/+11
2022-03-16Add a detail viewNicholas Tay1-0/+10
2022-03-15Make items Decodable and hook up to a JSON dummy endpointNicholas Tay1-21/+53
2022-03-14Second type of custom cellNicholas Tay1-9/+24
2022-03-14Grouping items together by yearNicholas Tay1-10/+49
2022-03-14Learning UITableViewController: array data + custom cellsNicholas Tay1-0/+59