iOS Succinctly – Syncfusion’s Free Ebook Reviewed
iOS Succinctly by Syncfusion is one of the most concise books on iOS I have read. It is the second book in a two-part series on iPhone and iPad app development. Objective-C Succinctly was the initial book and it covered Objective-C and core data structures used by virtually all iOS applications.
iOS Succinctly obviously assumes that you know Objective-C and am basically familiar with the Xcode integrated development environment (IDE). Both of these books are written by Ryan Hodson, so they obviously compliment each other perfectly.
iOS was designed with security in mind. Unlike other mobile operating systems (cough*Android*cough) iOS will not give your application access to the Apple device’s entire file system. iOS gives every application its own separate file system. This is also called sandboxing. What this means is that your application will not have access to files used and generated by other applications. (more…)
