Skip to content

MurtazaTinwala/iOS-Programming-Cookbook

 
 

Repository files navigation

iOS Programming Cookbook

This is the code repository for iOS Programming Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Do you want to understand all the facets of iOS programming and build complex iOS apps? Then you have come to the right place. This problem-solution guide will help you to eliminate expensive learning curves and focus on specific issues to make you proficient at tasks and the speed-up time involved.

Instructions and Navigations

All of the codes are organized as per the chapters, each folder has the codes related to that chapter or appendix.
For example: iOS-Programming-Cookbook/Chapter 1/Closures.playground/Contents.swift

The code will look like the following:

{ (parameters) ->returnType in 
   // block of code goes here 
}

Following is the software-hardware list:

Chapter Software required Hardware required
01-15 Xcode 8.1 macOS system

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Code files for iOS Programming Cookbook uploaded by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 67.7%
  • Swift 29.2%
  • C 2.1%
  • Other 1.0%