| Commit message (Expand) | Author | Files | Lines |
2022-03-21 | Loading overlay to custom class + add to coordinator | Nicholas Tay | 3 | -10/+49 |
2022-03-21 | Fix scroll in details view | Nicholas Tay | 2 | -2/+4 |
2022-03-21 | Switch to launch with SceneDelegate | Nicholas Tay | 3 | -13/+34 |
2022-03-21 | First try at implementing coordinator pattern | Nicholas Tay | 5 | -31/+90 |
2022-03-20 | Add ScrollView to details screen | Nicholas Tay | 1 | -4/+14 |
2022-03-20 | Split structs into other file, split networking out | Nicholas Tay | 3 | -66/+92 |
2022-03-19 | Add back in RefreshControl | Nicholas Tay | 1 | -1/+1 |
2022-03-19 | Merge ForayNewDetailView into the VC itself | Nicholas Tay | 2 | -91/+71 |
2022-03-19 | Fix selected item not being passed through | Nicholas Tay | 2 | -4/+5 |
2022-03-19 | Adjust offsets and fix details label lines | Nicholas Tay | 2 | -4/+5 |
2022-03-19 | Storyboard is GONE | Nicholas Tay | 6 | -101/+13 |
2022-03-19 | Remove segue, push directly into nav controller | Nicholas Tay | 2 | -37/+7 |
2022-03-19 | Detail view is now programatically created | Nicholas Tay | 3 | -70/+94 |
2022-03-18 | Add back in segue to details view | Nicholas Tay | 2 | -8/+29 |
2022-03-18 | Cleanup old prototype cells | Nicholas Tay | 2 | -133/+6 |
2022-03-18 | Use margins for new cell container + better image inset | Nicholas Tay | 1 | -12/+13 |
2022-03-18 | Add back in description label and image to custom cell | Nicholas Tay | 2 | -19/+62 |
2022-03-18 | Split table view cell into separate file | Nicholas Tay | 2 | -10/+56 |
2022-03-18 | Added SnapKit with Swift package manager | Nicholas Tay | 1 | -2/+3 |
2022-03-16 | Use public URL for dummy API JSON | Nicholas Tay | 1 | -3/+5 |
2022-03-16 | Sort items by date first as well for within-section sort | Nicholas Tay | 1 | -0/+1 |
2022-03-16 | MyItem -> PenguinItem | Nicholas Tay | 2 | -14/+14 |
2022-03-16 | Add refresh control + fix weird caching | Nicholas Tay | 2 | -2/+19 |
2022-03-16 | Modify details to multiline with release date included | Nicholas Tay | 2 | -5/+12 |
2022-03-16 | Loading overlay on main screen | Nicholas Tay | 1 | -0/+11 |
2022-03-16 | Add a detail view | Nicholas Tay | 3 | -2/+125 |
2022-03-15 | Make items Decodable and hook up to a JSON dummy endpoint | Nicholas Tay | 1 | -21/+53 |
2022-03-14 | Second type of custom cell | Nicholas Tay | 2 | -10/+85 |
2022-03-14 | Grouping items together by year | Nicholas Tay | 1 | -10/+49 |
2022-03-14 | Learning UITableViewController: array data + custom cells | Nicholas Tay | 29 | -32/+244 |