首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

用TPKeyboardAvoidingScrollView在scrollview中实现自动上滚,避免键盘掩饰住了textfield,textview等控件

2013-11-08 
用TPKeyboardAvoidingScrollView在scrollview中实现自动上滚,避免键盘遮盖住了textfield,textview等控件TP

用TPKeyboardAvoidingScrollView在scrollview中实现自动上滚,避免键盘遮盖住了textfield,textview等控件


TPKeyboardAvoidingScrollView用于在scrollview中实现自动上滚,避免键盘遮盖住了textfield,textview等控件。

使用方法:

将TPKeyboardAvoidingScrollView.h和TPKeyboardAvoidingScrollView.m add进工程中

在需要用键盘自动上滚的controller的xib文件中,找到view,修改其Class为TPKeyboardAvoidingScrollView就可以了


源码:http://download.csdn.net/detail/chaoyuan899/6309641




热点排行