变量常量的定义// 定义一个变量var age = 10// 定义常量let gender = "男"// 3.显示标注类型var yunHuaAge: Int = 13var yunHuaWeight: Float = 120.0// 4.常用的数据类型// Int ,Double, Float,... Read More
posted @ 2015-10-15 22:44 IT-LN Views(369) Comments(0) Diggs(0)
集合视图的概念如何创建UICollectionView集合视图的布局UICollectionViewFlowLayout自定义cell布局协议UICollectionViewDelegateFlowLayoutUICollectionView与UITableView的实现类似,都需要设置delega... Read More
posted @ 2015-09-30 21:08 IT-LN Views(232) Comments(0) Diggs(0)
将第二个文件中的textField中的值传到第一个文件的lable中第一步:重命名 typedef void (^passValueBlock) (NSString *);​ @Property SenondViewController: UIViewController@Property (no... Read More
posted @ 2015-09-29 21:40 IT-LN Views(166) Comments(0) Diggs(0)
关于提示框的编辑弹出框自己消失-(void)rightrightBarButtonItemAction:(UIBarButtonItem *)sender{UIAlertView *alertView=[[UIAlertView alloc]initWithTitle:@”提示” message:@... Read More
posted @ 2015-09-29 21:39 IT-LN Views(116) Comments(0) Diggs(0)