Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added SnapKit with Swift package manager | Nicholas Tay | 2022-03-18 | 2 | -0/+41 |
| | | | | | | | | | | | | | | | | Was thinking of using CocoaPods as that's what is in use, but either way looked decently straightforward. Decided to start with whatever was already built in and no extra software. Note: it was File > Add Packages > put git link in top right. References I saw seemed to say File > Swift Packages and I couldn't find it. Also some other docs had older screenshots, I presume it's pre-Xcode-13 being slightly different. References: - https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app - https://www.raywenderlich.com/7242045-swift-package-manager-for-ios - https://snapkit.io/docs/ | ||||
* | Add gitignore, remove new ignores | Nicholas Tay | 2022-03-16 | 1 | -14/+0 |
| | | | | Luckily it was only one file | ||||
* | Add a detail view | Nicholas Tay | 2022-03-16 | 1 | -0/+4 |
| | | | | | Resources: - https://guides.codepath.com/ios/Using-UITableView (was a bit dated) | ||||
* | Learning UITableViewController: array data + custom cells | Nicholas Tay | 2022-03-14 | 1 | -4/+6 |
| | | | | | | Forgot to commit after finishing just the using array data bit. So committing with the custom cells done. https://www.ralfebert.com/ios-examples/uikit/uitableviewcontroller/ | ||||
* | Initial Commit | Nicholas Tay | 2022-03-14 | 4 | -0/+394 |