Tutorial Videos & Links
Protocol Oriented Programming
https://www.appcoda.com/protocol-oriented-programming/
Silent notification
https://medium.com/@m.imadali10/ios-silent-push-notifications-84009d57794c
Closure VS function type
https://medium.com/swift-india/functional-swift-closures-67459b812d0
Protocol example
Notification centre
Local Notification
https://medium.com/quick-code/local-notifications-with-swift-4-b32e7ad93c2
Bi-weekly Notification
Classes & Structures
If-let, guard, force-unwrapping, optional chaining
Map, Filter, Reduce
Concurrency & Threading
Frame & Bound
Closure VS Delegate
Lazy Keyword
Weak in Closure & Closure cycle
Content Hugging
Vary Traits
https://stackoverflow.com/questions/39890055/what-is-vary-for-traits-in-xcode-8
Generic & Mutating (diff in Any)
Do, Try, Catch
NsURLSession & ResultType
Codable & Decodable
https://medium.com/the-andela-way/understanding-generic-functions-and-types-in-swift-4-7978e8ae35d6
Closure - Weak, Unowned, Self , Memory leak
Retain Cycle, ARC, Memory Leak
Escaping & Non-Escaping
Why ViewController is Imp?
Searching & Sorting Tutorial
https://www.hackerearth.com/practice/algorithms/sorting/bubble-sort/tutorial/
Diff betn Classes, Struct, Enum
https://medium.com/@saad.eloulladi/swift-enums-vs-structures-vs-classes-938a4cd76c0d
GCD + NSOperationQueue
https://www.appcoda.com/grand-central-dispatch/
https://www.appcoda.com/ios-concurrency/
Core data
https://medium.com/@ankurvekariya/core-data-crud-with-swift-4-2-for-beginners-40efe4e7d1cc
https://medium.com/xcblog/core-data-with-swift-4-for-beginners-1fc067cca707
https://wojciechkulik.pl/ios/getting-started-with-core-data-using-swift-4
https://medium.com/@aliakhtar_16369/mastering-in-coredata-part-5-relationship-between-entities-in-core-data-b8fea1b50efb. (Relationship)
https://developer.apple.com/videos/play/wwdc2019/230
Core data with Cloudkit
https://developer.apple.com/videos/play/wwdc2019/202
https://developer.apple.com/library/archive/qa/qa1952/_index.html
NSPredicate & Sort Descriptor
https://nshipster.com/nspredicate/
https://nshipster.com/nssortdescriptor/
Weak, Strong & Unowned
https://medium.com/@vinodhswamy/strong-cycle-retain-cycle-in-swift-f452f07518b2
https://cocoacasts.com/what-is-the-difference-between-strong-weak-and-unowned-references
Comments
Post a Comment