摘要:
IOS官方的Object-C有例子,但是OC的代码。Moving Content That Is Located Under the Keyboard 效果如下图: 实现方法: 1.定义一个所有ViewControl的基类,命名为ViewControllerBase,ViewControl继承ViewControllerBase 代码如下: 1: public class ViewControllerBase : UIViewController 2: { 3: NSObject _keyboardObserverWillShow; 4: NSObje... 阅读全文
posted @ 2012-11-06 23:21
Bruce Lee
阅读(1363)
评论(0)
推荐(1)
浙公网安备 33010602011771号