素材地址 https://github.com/fifths/Zodiac/tree/master/zoo/Assets.xcassets
2016-01-03
素材下载地址https://github.com/fifths/Zodiac/tree/master/zoo/Assets.xcassets
2016-01-03
不需要代理也可以回收键盘
//按空白处回收键盘
override func touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?) {
self.accountTextField.resignFirstResponder()
self.passwordTextField.resignFirstResponder()
}
//按空白处回收键盘
override func touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?) {
self.accountTextField.resignFirstResponder()
self.passwordTextField.resignFirstResponder()
}
2016-01-02