随笔分类 -  OC-ReactiveCocoa

ios Mac 利用SVN进行cocoapod私有库的使用
摘要:1. 首先在svn上面创建一个文件夹 举例来说,名字为 FSLBootPageVC 同时在该目录下创建 trunk 文件夹 2. 在trunk下面创建文件 FSLBootPageVC.podspec 和文件夹 FSLBootPageVC 该目录的FSLBootPageVC下面是实际要用的文件 FSL 阅读全文

posted @ 2018-11-14 15:10 大木哥 阅读(312) 评论(0) 推荐(0)

iOS 添加导航栏两侧按钮
摘要:self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"首页" style:UIBarButtonItemStyleBordered target:self action:@selector(p... 阅读全文

posted @ 2015-12-15 19:37 大木哥 阅读(1855) 评论(0) 推荐(0)

Cell.reuseIdentifier 指什么
摘要:Cell.reuseIdentifier 指的是默认为空,如果不定义,在执行[_tableView registerNib:templateCellNib forCellReuseIdentifier:_templateCell.reuseIdentifier];时,提示must pass a va... 阅读全文

posted @ 2015-10-16 16:01 大木哥 阅读(695) 评论(0) 推荐(0)

Reactive 网络状态 Activity indicator view
摘要:转动属性;AnimatingRAC(self.searchActivity, hidden) = [self.m_viewModel.m_searchCommand.executing not]; 阅读全文

posted @ 2015-10-14 11:02 大木哥 阅读(205) 评论(0) 推荐(0)

Reactive 手机网络状态
摘要:RAC([UIApplication sharedApplication], networkActivityIndicatorVisible) 阅读全文

posted @ 2015-10-14 10:53 大木哥 阅读(222) 评论(0) 推荐(0)

RACSingle 有效的两种方式
摘要:第一种当然是subscribeNext另外还有一种就是作为Command的enablesingle也相当于被订阅了。 阅读全文

posted @ 2015-10-13 17:09 大木哥 阅读(335) 评论(0) 推荐(0)

ReactiveCocoa 设置绑定注意事项
摘要:要在ViewLoad里面进行绑定,因为在init中还没有初始化界面,所有绑定会无效 阅读全文

posted @ 2015-10-13 17:06 大木哥 阅读(282) 评论(0) 推荐(0)

导航