摘要:
阅读全文
摘要:
参考:原文:http://www.cnblogs.com/kenshincui/p/3931948.html?plg_nld=1&plg_uin=1&plg_auth=1&plg_nld=1&plg_usr=1&plg_vkey=1&plg_dev=1 阅读全文
摘要:
原文:http://blog.csdn.net/zhaopenghhhhhh/article/details/16331041·UILable是iPhone界面最基本的控件,主要用来显示文本信息。·常用属性和方法有:1、创建CGRect rect = CGRectMake(100, 200, 50,... 阅读全文
摘要:
在iOS编程中,经常用到UIScrollView控件。自然也会用到UIScrollViewDelegate协议。今天就抽空,研究了一下UIScrollViewDelegate中所有的委托方法。#pragma mark - UIScrollViewDelegate委托//scrollView滚动时,就... 阅读全文
摘要:
#pragma mark - 监听键盘的通知[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification... 阅读全文