会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
厚积薄发1
博客园
园子
首页
新随笔
联系
管理
订阅
2016年8月23日
iOS 使用Block进行逆传值
摘要: 跟通知一样也是两个控制器,然后代码创建控件直接上代码 #import "ViewController.h" #import "TwoViewController.h" @interface ViewController () { UIButton *_nextBtn; UILabel *_showL
阅读全文
posted @ 2016-08-23 22:12 厚积薄发1
阅读(174)
评论(0)
推荐(0)
2016年8月22日
iOS利用通知逆传值
摘要: 直接创建两个控制器,点击跳转第二个界面,然后点击按钮进行传值 #import "ViewController.h" #import "TWOOViewController.h" @interface ViewController () @property(nonatomic,weak)UILabel
阅读全文
posted @ 2016-08-22 23:31 厚积薄发1
阅读(324)
评论(0)
推荐(0)
2016年7月29日
iOS改变字母的大小写
摘要: 使用lowercaseString,uppercaseString -(void)test{ NSString * str = @"person"; NSString * str1 = [str lowercaseString]; NSString * str2 = [str uppercaseSt
阅读全文
posted @ 2016-07-29 11:53 厚积薄发1
阅读(251)
评论(0)
推荐(0)
公告