会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
IT-LN
CnBlogs
Home
New Post
Contact
Admin
Subscription
2015年10月15日
switf中的一些常用的简单属性
变量常量的定义// 定义一个变量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)
2015年9月30日
UICollectionView 集合视图的使用
集合视图的概念如何创建UICollectionView集合视图的布局UICollectionViewFlowLayout自定义cell布局协议UICollectionViewDelegateFlowLayoutUICollectionView与UITableView的实现类似,都需要设置delega...
Read More
posted @ 2015-09-30 21:08 IT-LN
Views(232)
Comments(0)
Diggs(0)
2015年9月29日
UI中BLOCK传值的过程
将第二个文件中的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)
UIAlertView 的使用
关于提示框的编辑弹出框自己消失-(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)
公告