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

Objective-C中的命名前缀说明

时间:2017-08-10 11:48:31      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:logs   .com   修饰符   实用   core   www   htm   ble   html   

http://www.cnblogs.com/dhui69/p/6410134.html

__kindof

__kindof 这修饰符还是很实用的,解决了一个长期以来的小痛点,拿原来的 UITableView 的这个方法来说:

- (__kindof UITableViewCell *)dequeueReusableCellWithIdentifier:(NSString *)identifier;

 Objective-C中的命名前缀说明:

NS-:NextStep   
CF-:Core Foundation   
CA-:Core Animation   
CG-:Core Graphics   
UI-:User Interface 

Objective-C中的命名前缀说明

标签:logs   .com   修饰符   实用   core   www   htm   ble   html   

原文地址:http://www.cnblogs.com/feng9exe/p/7338096.html

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