码迷,mamicode.com
首页 > 其他好文 > 详细

ViewController的.m文件代码布局规范

时间:2017-04-18 15:45:08      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:view   private   and   overload   私有方法   自己   cycle   规范   setters   

#pragma mark - Life cycle (视图控制器生命周期方法)

 

#pragma mark - SystemDelegate(系统框架定义的协议方法)

 

#pragma mark - Third-partyDelegate(第三方框架定义的协议方法)

 

#pragma mark - CustomDelegate(自己定义的协议方法)

 

#pragma mark - Event Response (控件或手势的响应方法,例如button点击或gestureRecognizer)

 

#pragma mark - Public (公开方法)

 

#pragma mark - Private(私有方法)

 

#pragma mark - getters and setters(访问器)

 

#pragma mark - Overload(重载父类的方法)

 

ViewController的.m文件代码布局规范

标签:view   private   and   overload   私有方法   自己   cycle   规范   setters   

原文地址:http://www.cnblogs.com/guitarandcode/p/6728014.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!