摘要: 学习NSData,发现网上资料比较零碎,还是苹果官方文档比较全面细致,非常适合集中学习,以下是NSData全部API翻译,欢迎转载学习。 /**************** Immutable Data 不可变的Data ****************/ @interface NSData : N 阅读全文
posted @ 2016-04-11 10:19 torrescx 阅读(3878) 评论(0) 推荐(0) 编辑
摘要: NSNotificationCenter.defaultCenter().addObserver(self, selector: "keyboardWillShow:", name: UIKeyboardWillShowNotification , object: nil) func keyboardWillShow(notification:NSNotification){ ... 阅读全文
posted @ 2016-04-11 10:10 torrescx 阅读(1518) 评论(0) 推荐(0) 编辑