随笔分类 -  [iOS开发Swift]

用Swift开发的学习和实践笔记
摘要:self.navigationController?.navigationBar.titleTextAttributes = [NSForegroundColorAttributeName: UIColor.whiteColor()]原来的UITextAttributeTextCol... 阅读全文
posted @ 2015-08-21 22:24 baaingSheep 阅读(199) 评论(0) 推荐(0)
摘要:func textFieldShouldReturn(textField: UITextField) -> Bool { textField.resignFirstResponder() //由于delegate 的原因 所有方法跟delegate都是相对的 ... 阅读全文
posted @ 2015-05-30 16:04 baaingSheep 阅读(364) 评论(0) 推荐(0)
摘要:最好的教程👍http://www.raywenderlich.com/76436/use-uiscrollview-scroll-zoom-content-swift字面上理解frame就是框架 视图的框架 相框挂哪里这个位置肯定是相对于后面的墙而言,也就是说用的是上一级坐标系的坐标。bounds... 阅读全文
posted @ 2015-01-31 14:43 baaingSheep 阅读(351) 评论(0) 推荐(0)