-
Notifications
You must be signed in to change notification settings - Fork 7
历程21
tjs101 edited this page Apr 1, 2012
·
1 revision
修改内容:(12年3月9日) 1、VUViewController类中,在loadView方法中使用loadData方法,导致在继承此类时两次加载数据 2、VUViewController类中,hidesKeyBoard方法中添加resetViewToIdentityTransform方法 3、VUViewController类中。在nextView方法中添加隐藏键盘的方法,防止在进入下一个页面时忘记收回键盘,在继承视图类中,必须[super nextView],此可以! 改正问题: 1、通过修改上面这个问题,修正了12年2月24号的疑问,心情高兴!