-
Notifications
You must be signed in to change notification settings - Fork 7
tjs101 edited this page Apr 1, 2012
·
1 revision
添加功能:(12年1月6日) 1、宏定义区分release和debug的log打印 ,在引用项目中都使用VULog代替NSLog 2、在VUViewController中添加点击背景可以取消键盘的方法 3、在VUViewController中添加当输入框被键盘遮挡,则上移视图功能(当前只使用iphone键盘),并在视图消失时恢复视图状态,防止调用者忘记。 更新功能: 1、修改VUViewController中的log打印方式(后去掉) 疑问: 1、无法判断当前键盘是否已经显示?