update readme

This commit is contained in:
CypherPoet 2019-03-15 06:33:57 -04:00
parent 0f4715eeb6
commit 40b8ce45f5
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
<img src="/logo.png" width="1000">
#### My project portfolio from following along with the book [_Hacking With Swift_](https://www.hackingwithswift.com/read).
![Shield.io MIT License Shield](https://img.shields.io/github/license/mashape/apistatus.svg)
@ -62,7 +60,7 @@
| 36 | 🎮<br>[Crashy Plane](/36-crashy-plane) | scale modes, parallax scrolling, SpriteKit Physics, SKPhysicsContactDelegate, SKPhysicsBody, SKAudioNode, managing game state with enums, restarting entire game scenes | ✅ |
| 37 | 🎮<br>[WatchKit ESP Tester](/37-watchkit-game-esp-tester) | View Controller containment, WatchKit Extensions, 3D Touch, CAEmitterLayer, CAGradientLayer, @IBDesignable, @IBInspectable, transition(with:), WCSession, WKInterfaceLabel, WKInterfaceButton, WCSessionDelegate overrides, passing messages between a phone and a paired watch | ✅ |
| 38 | 🛠<br>[Github Commits (Core Data)](/38-core-data-github-commits) | All about Core Data 💪, NSFetchRequest, NSManagedObject, NSManagedObjectContext, NSPredicate, NSSortDescriptor, NSFetchedResultsController, ISO8601DateFormatter, Core Data relationships and attribute constraints | ✅ |
| 39 | 🛠<br>[Unit testing with XCTest](/39-ios-unit-testing) | XCTest, Test-Driven Development in iOS, XCTestCase, setting a baseline, `measure()` NSCountedSet, XCUIApplication(), XCUIElementQuery, UI test recording, Continuous Integration with Xcode Server | 🚧 |
| 39 | 🛠<br>[Unit testing with XCTest](/39-ios-unit-testing) | XCTest, Test-Driven Development in iOS, XCTestCase, setting a baseline, `measure()` NSCountedSet, XCUIApplication(), XCUIElementQuery, UI test recording, Continuous Integration with Xcode Server | |
## Challenges 🥅