07 2016 档案

摘要:以前一直使用自定义UITextView通过通知中心来自定义placeHolder,最近看到这个方法,感觉更好 UITextView *textView = [[UITextView alloc]initWithFrame:CGRectMake(0, 100, [UIScreen mainScreen 阅读全文
posted @ 2016-07-26 11:08 有梦想的人,不睡觉 阅读(130) 评论(0) 推荐(0)
摘要:有时间看看 阅读全文
posted @ 2016-07-21 14:40 有梦想的人,不睡觉 阅读(643) 评论(0) 推荐(1)
摘要:有时候需要对系统相册里面的取消按钮进行自定义,并获取点击事件做一些操作,那么你可以这样做。 第一:实现navigationController代理 - (void)navigationController:(UINavigationController *)navigationController 阅读全文
posted @ 2016-07-05 11:03 有梦想的人,不睡觉 阅读(4829) 评论(0) 推荐(0)