aboutsummaryrefslogtreecommitdiff
path: root/foray (unfollow)
Commit message (Expand)AuthorFilesLines
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