Thursday 5 June 2014

Swift Sample code

The following is a sample code for Swift, the new Apple language.
This sample code include

  1. Request and receive from iTunes server.
  2. Parse JSON response and store it.
  3. Supporting OOP.
  4. Supporting delegates & protocols.
  5. Async request to images.
  6. Adding IBAction method.
You can check the source code here and again, thanks to Jameson. Without him this code will never be existed.

No comments:

Post a Comment