index
:
forayios
master
my first foray into iOS dev :)
Nicholas Tay
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
foray
/
Scenes
/
ForayTableViewController.swift
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-24
First attempt at Presenter
Nicholas Tay
1
-22
/
+18
2022-03-24
Reorganise into folder groups
Nicholas Tay
1
-0
/
+0
2022-03-22
Adjust YearSection to just Int
Nicholas Tay
1
-11
/
+5
2022-03-21
Loading overlay to custom class + add to coordinator
Nicholas Tay
1
-10
/
+2
2022-03-21
First try at implementing coordinator pattern
Nicholas Tay
1
-6
/
+4
2022-03-20
Split structs into other file, split networking out
Nicholas Tay
1
-66
/
+17
2022-03-19
Add back in RefreshControl
Nicholas Tay
1
-1
/
+1
2022-03-19
Fix selected item not being passed through
Nicholas Tay
1
-1
/
+1
2022-03-19
Storyboard is GONE
Nicholas Tay
1
-0
/
+1
2022-03-19
Remove segue, push directly into nav controller
Nicholas Tay
1
-14
/
+7
2022-03-18
Add back in segue to details view
Nicholas Tay
1
-5
/
+13
2022-03-18
Cleanup old prototype cells
Nicholas Tay
1
-23
/
+3
2022-03-18
Add back in description label and image to custom cell
Nicholas Tay
1
-13
/
+13
2022-03-18
Split table view cell into separate file
Nicholas Tay
1
-10
/
+17
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
1
-13
/
+13
2022-03-16
Add refresh control + fix weird caching
Nicholas Tay
1
-2
/
+16
2022-03-16
Loading overlay on main screen
Nicholas Tay
1
-0
/
+11
2022-03-16
Add a detail view
Nicholas Tay
1
-0
/
+10
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
1
-9
/
+24
2022-03-14
Grouping items together by year
Nicholas Tay
1
-10
/
+49
2022-03-14
Learning UITableViewController: array data + custom cells
Nicholas Tay
1
-0
/
+59