WHC_KeyboradManager 是用 Swift 寫的 iOS 輕量級的鍵盤管理器。
override func viewDidLoad() { super.viewDidLoad() /*******只需要在要處理鍵盤的界面創(chuàng)建WHC_KeyboradManager對象即可無需任何其他設置*******/ WHC_KeyboradManager.share.addMonitorViewController(self) }
override func viewDidLoad() { super.viewDidLoad() /*******只需要在要處理鍵盤的界面創(chuàng)建WHC_KeyboradManager對象即可無需任何其他設置*******/ let configuration = WHC_KeyboradManager.share.addMonitorViewController(self) /// 不要鍵盤頭 configuration.enableHeader = false /***configuration里面有豐富實用的自定義配置具體可參看代碼***/ }