会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
I‘m丶sure
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2016年3月9日
UI sigment的属性和方法及案例
摘要: // 设置segment的显示项 self.mySegment=[[UISegmentedControl alloc]initWithItems:@[@"red",@"blue",@"green"]]; // 添加项 [self.mySegment insertSegmentWithTitle:@"
阅读全文
posted @ 2016-03-09 22:02 I‘m丶sure
阅读(257)
评论(0)
推荐(0)
编辑
Text 总结
摘要: //初始化textfield并设置位置及大小 UITextField *text = [[UITextField alloc]initWithFrame:CGRectMake(20, 20, 130, 30)]; //设置边框样式,只有设置了才会显示边框样式 text.borderStyle = U
阅读全文
posted @ 2016-03-09 19:07 I‘m丶sure
阅读(85)
评论(0)
推荐(0)
编辑