index
:
forayios
master
my first foray into iOS dev :)
Nicholas Tay
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try out 'share' aka UIActivityViewController
Nicholas Tay
2022-07-18
4
-2
/
+75
*
Clean up force unwraps and lets
Nicholas Tay
2022-07-17
6
-17
/
+41
*
Experiment with async/await
Nicholas Tay
2022-07-17
5
-33
/
+111
*
'weak self' stuff
Nicholas Tay
2022-07-17
3
-4
/
+7
*
Update LEARNING.md
Nicholas Tay
2022-07-17
1
-2
/
+2
*
Try out moving coordinator 'coordinated' VC thing
Nicholas Tay
2022-07-17
4
-11
/
+16
*
ForayNewTableViewCell -> ForayTableViewCell
Nicholas Tay
2022-03-25
3
-7
/
+7
*
Reorganise: NetworkManager -> Fetcher, Models -> dedicated groups
Nicholas Tay
2022-03-25
5
-27
/
+43
*
getData -> fetch, try threading, move logic around
Nicholas Tay
2022-03-25
3
-23
/
+28
*
Move Details ViewModel -> string/image into VC
Nicholas Tay
2022-03-25
2
-16
/
+16
*
First attempt at Presenter
Nicholas Tay
2022-03-24
7
-55
/
+108
*
Reorganise into folder groups
Nicholas Tay
2022-03-24
9
-7
/
+31
*
Update LEARNING goals
Nicholas Tay
2022-03-24
1
-2
/
+14
*
Split details view into separate View and VC
Nicholas Tay
2022-03-24
4
-72
/
+133
*
Adjust YearSection to just Int
Nicholas Tay
2022-03-22
2
-12
/
+6
*
Loading overlay to custom class + add to coordinator
Nicholas Tay
2022-03-21
4
-10
/
+53
*
Fix scroll in details view
Nicholas Tay
2022-03-21
2
-2
/
+4
*
Switch to launch with SceneDelegate
Nicholas Tay
2022-03-21
3
-13
/
+34
*
First try at implementing coordinator pattern
Nicholas Tay
2022-03-21
6
-31
/
+98
*
Add ScrollView to details screen
Nicholas Tay
2022-03-20
1
-4
/
+14
*
Allow >=iOS 13.0
Nicholas Tay
2022-03-20
1
-0
/
+2
*
Split structs into other file, split networking out
Nicholas Tay
2022-03-20
4
-66
/
+100
*
Update learning goals
Nicholas Tay
2022-03-19
1
-2
/
+3
*
Add back in RefreshControl
Nicholas Tay
2022-03-19
1
-1
/
+1
*
Merge ForayNewDetailView into the VC itself
Nicholas Tay
2022-03-19
3
-95
/
+71
*
Fix selected item not being passed through
Nicholas Tay
2022-03-19
2
-4
/
+5
*
Adjust offsets and fix details label lines
Nicholas Tay
2022-03-19
2
-4
/
+5
*
Storyboard is GONE
Nicholas Tay
2022-03-19
7
-132
/
+17
*
Remove segue, push directly into nav controller
Nicholas Tay
2022-03-19
2
-37
/
+7
*
Detail view is now programatically created
Nicholas Tay
2022-03-19
5
-70
/
+99
*
Add back in segue to details view
Nicholas Tay
2022-03-18
2
-8
/
+29
*
Cleanup old prototype cells
Nicholas Tay
2022-03-18
2
-133
/
+6
*
Use margins for new cell container + better image inset
Nicholas Tay
2022-03-18
1
-12
/
+13
*
Add back in description label and image to custom cell
Nicholas Tay
2022-03-18
2
-19
/
+62
*
Split table view cell into separate file
Nicholas Tay
2022-03-18
3
-10
/
+60
*
Added SnapKit with Swift package manager
Nicholas Tay
2022-03-18
3
-2
/
+44
*
Add other repo meta files
Nicholas Tay
2022-03-17
2
-0
/
+27
*
Add in LEARNING.md to track learning progress and tasks
Nicholas Tay
2022-03-17
1
-0
/
+18
*
Add gitignore, remove new ignores
Nicholas Tay
2022-03-16
2
-14
/
+93
*
Use public URL for dummy API JSON
Nicholas Tay
2022-03-16
1
-3
/
+5
*
Sort items by date first as well for within-section sort
Nicholas Tay
2022-03-16
1
-0
/
+1
*
MyItem -> PenguinItem
Nicholas Tay
2022-03-16
2
-14
/
+14
*
Add refresh control + fix weird caching
Nicholas Tay
2022-03-16
2
-2
/
+19
*
Modify details to multiline with release date included
Nicholas Tay
2022-03-16
2
-5
/
+12
*
Loading overlay on main screen
Nicholas Tay
2022-03-16
1
-0
/
+11
*
Add a detail view
Nicholas Tay
2022-03-16
4
-2
/
+129
*
Make items Decodable and hook up to a JSON dummy endpoint
Nicholas Tay
2022-03-15
1
-21
/
+53
*
Second type of custom cell
Nicholas Tay
2022-03-14
2
-10
/
+85
*
Grouping items together by year
Nicholas Tay
2022-03-14
1
-10
/
+49
*
Learning UITableViewController: array data + custom cells
Nicholas Tay
2022-03-14
30
-36
/
+250
[next]