摘要:
//contentView 阅读全文
摘要:
属性: 阅读全文
摘要:
//已经选中行(常用) -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { //作用:跳转下一个页面,并且把当前选中的单元格数据,传递过去 //寻找选中的单元格 UI 阅读全文
摘要:
IOS中UITableViewCell使用详解 - (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier; Cell的初始化方法,可以设置一个风格和标识符,风格的枚举如下: ? 1 2 3 4 5 6 typedef NS_ENUM(NSInteger... 阅读全文
摘要:
通知中心传值 代理传值 阅读全文
摘要:
简介 UINavigationBar是用于实现管理层级关系内容的组件,直接继承自UIView。通常用在UINavgationController类中,用于管理和显示UINavgationController的subViewController , 同时UINavgationBar也可以单独使用,添加 阅读全文
摘要:
// // Common.h // 微信 // // #ifndef Common_h #define Common_h // iPhone设备及屏幕适配 //4的设备 #define KDevice_Is_Retina ([UIScreen instancesRespondToSelector:@ 阅读全文
摘要:
OS开发UI篇—UITabBarController简单介绍 一、简单介绍 UITabBarController和UINavigationController类似,UITabBarController也可以轻松地管理多个控制器,轻松完成控制器之间的切换,典型的例子就是QQ、微信等应⽤。 二、UITa 阅读全文
摘要:
Extension methods: //取消单击事件(上次执行的请求) + (void)cancelPreviousPerformRequestsWithTarget:(id)aTarget selector:(SEL)aSelector object:(nullable id)anArgumen 阅读全文