摘要:1. 首先在svn上面创建一个文件夹 举例来说,名字为 FSLBootPageVC 同时在该目录下创建 trunk 文件夹 2. 在trunk下面创建文件 FSLBootPageVC.podspec 和文件夹 FSLBootPageVC 该目录的FSLBootPageVC下面是实际要用的文件 FSL
阅读全文
摘要:self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"首页" style:UIBarButtonItemStyleBordered target:self action:@selector(p...
阅读全文
摘要:Cell.reuseIdentifier 指的是默认为空,如果不定义,在执行[_tableView registerNib:templateCellNib forCellReuseIdentifier:_templateCell.reuseIdentifier];时,提示must pass a va...
阅读全文
摘要:转动属性;AnimatingRAC(self.searchActivity, hidden) = [self.m_viewModel.m_searchCommand.executing not];
阅读全文
摘要:RAC([UIApplication sharedApplication], networkActivityIndicatorVisible)
阅读全文
摘要:第一种当然是subscribeNext另外还有一种就是作为Command的enablesingle也相当于被订阅了。
阅读全文
摘要:要在ViewLoad里面进行绑定,因为在init中还没有初始化界面,所有绑定会无效
阅读全文