Current location - Education and Training Encyclopedia - Education and training - What are the contents of iOS training?
What are the contents of iOS training?
There are many technical points in ios learning.

(1) has a solid C foundation, Objective-C programming, and understands Swift.

(2) Good programming style and habits (with certain comments).

(3) Familiar with the construction of UI interface and the realization of complex UI animation.

(4) Be familiar with the development tools after Xcode and the features of each version.

(5) Familiar with the SDK of ios, and proficient in core frameworks such as UIKit in iOS.

(6) Familiar with MVC design pattern, simple benefit, entrustment, application and notification message mechanism.

(7) Master MRC &;; ARC memory management mechanism.

(8) Skillful use of third-party frameworks such as AFNetworking, ASI and SDWebImage.

(9) Master XML &;; JSON (more commonly used) data parsing.

(10) proficient in NSThread, GCD and NSOperation multithreading programming.

(1 1) Familiar with data storage technologies such as SQLite and FMDB FMDB.