09 2015 档案

摘要:集合视图的概念如何创建UICollectionView集合视图的布局UICollectionViewFlowLayout自定义cell布局协议UICollectionViewDelegateFlowLayoutUICollectionView与UITableView的实现类似,都需要设置delega... 阅读全文
posted @ 2015-09-30 21:08 IT-LN 阅读(235) 评论(0) 推荐(0)
摘要:将第二个文件中的textField中的值传到第一个文件的lable中第一步:重命名 typedef void (^passValueBlock) (NSString *);​ @Property SenondViewController: UIViewController@Property (no... 阅读全文
posted @ 2015-09-29 21:40 IT-LN 阅读(171) 评论(0) 推荐(0)
摘要:关于提示框的编辑弹出框自己消失-(void)rightrightBarButtonItemAction:(UIBarButtonItem *)sender{UIAlertView *alertView=[[UIAlertView alloc]initWithTitle:@”提示” message:@... 阅读全文
posted @ 2015-09-29 21:39 IT-LN 阅读(120) 评论(0) 推荐(0)