Wanted to update (and polish) some of my iOS knowloedge.
Started: Sept 05 2017
- https://www.udacity.com/course/uikit-fundamentals--ud788
- https://www.udacity.com/course/grand-central-dispatch-gcd--ud576
- https://www.udacity.com/course/objective-c-for-swift-developers--ud1009
- https://www.udacity.com/course/ios-design-patterns--ud1029
- https://www.udacity.com/course/xcode-debugging--ud774
- https://www.udacity.com/course/ios-networking-with-swift--ud421
- https://www.udacity.com/course/ios-persistence-and-core-data--ud325
- https://www.udacity.com/course/passwordless-login-solutions-for-ios--ud1028
https://www.udacity.com/course/server-side-swift--ud1031Postponed- https://www.udacity.com/course/continuous-integration-and-deployment--ud1030
- https://www.udacity.com/course/how-to-make-an-ios-app--ud607
- Each course has its own folder and inside are the different apps/projects.
- Some of the projects contain a .gitignore for the Keys.plist or other files that contain sensite data / API Keys.
Slider Color Picker (UIKit Fundamentals/sliderColorPicker)
Simple Alert (UIKit Fundamentals/PresentControllers)
Text Fields Delegates (UIKit Fundamentals/delegatesTextFields)
Meme Generator v1 (UIKit Fundamentals/memeGeneratorv1)
Simple TableViews (UIKit Fundamentals/ simpleTableViews)
Meme Generator v2 (UIKit Fundamentals/memeGeneratorv2)
There are two playground for the introduction of this course. /gcdPracties && /clousuresLearning both with small practices
Sync, Async and Asynd with Clousere GCD (GCD/syncAsyncAndAsyncWithClousure)
There are two projects in command line mode for the first lessons. /creatingAndInitClasses and /rockPaperSissorsCommandLine
Gif Maker OBJCFotSwiftDevelopers/gifMaker
- There are two projects without images that are mere practices, no need for gif. SwiftNetworking/ImageRequest and SwiftNetworking/SleepingInTheLibrary
- For Flickr you will need an APIKey
- For MovieManager you will need an APIKey of themoviedb.org
Flickr Finder SwiftNetworking/FlickFinder
Movie Manager SwiftNetworking/TheMovieManagerr
- Info.plist and Dependencies are ignored to avoid heavy projects and ID/Secret keys from Facebook, check: https://developers.facebook.com/docs/facebook-login/ios/ *
SwiftPaswordless/AccountKit_SampleApp_starter && SwiftPaswordless/AccountKit_SampleApp_OpenGraph_starter
- Integrated with buddybuild.com
continuous-integration