您的位置:首页 > 移动开发 > IOS开发

【iOS Design Pattern】The most important design patterns you must know

2014-09-18 16:01 495 查看
Model-View-Controller—This design pattern governs the overall structure of your app.

Delegation—This design pattern facilitates the transfer information and data from one object to another.

Target-action—This design pattern translates user interactions with buttons and controls into code thatyour app can execute.

Block objects—You use blocks to implement callbacks and asynchronous code.

Sandboxing—All iOS apps are placed in sandboxes to protect the system and other apps. The structure of the sandbox affects the placement of your app’s files
and has implications for data backups and some app-related features. 

Reference: iOS App Programming Guide
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: