iOS demo projects
Content:
- IDKSPaintSharing: Paint project that allows users to create drawings by touches and share through Facebook/Twitter/Email or save in the image gallery or the drawing itself. This project also demonstrates the use of the Core Data and Categories.
- IDKSWeather: Get the current city's weather. Demonstrates the usage of NSURLConnection and AFNetworking framework to perform asynchronous HTTP requests. This project requires the installation of Cocoapods.
- IDKSAsync: Dummy project for test GCD and NSOperations.