Preliminary NSOperation WWDC 2015 Example in ObjectiveC

I took the Advance NSOperation WWDC 2015 session and at the end Apple provided us with a sample earthquake that was written in Swift.

I would be very grateful if I could get this sample in Objective C since I haven't started with Swift yet.

I wanted to rewrite the existing product architecture to match the WWDCApp architecture so that the sample is truly an add-on.

If someone can point me in the right direction it would be great.

+3


source to share


2 answers


On github, purrrminator has a repo. See this github repo: https://github.com/purrrminator/AdvancedNSOperations



+3


source


You will find here: INSOperationsKit full port including unit tests and deployment target <= iOS 7.0!



+1


source







All Articles