Sunday, March 13, 2016

iOS Developement




http://www.thomashanning.com/how-to-stay-up-to-date-on-ios-development/

https://github.com/vsouza/awesome-ios

https://github.com/matteocrippa/awesome-swift


https://medium.com/ios-os-x-development/things-i-wish-i-had-known-before-starting-ios-development-part-1-421a05e8447e#.gb2daogj5

https://medium.com/app-coder-io/27-ios-open-source-libraries-to-skyrocket-your-development-301b67d3124c#.rizr6jopu




Java-style interfaces are called protocols in Objective-C and are declared using the @protocoldirective


The @interface in Objective-C has nothing to do with Java interfaces. It simply declares a public interface of a class, its public API.


Delegate

http://www.tutorialspoint.com/ios/ios_delegates.htm