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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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