2016年2月19日

setTintColor和setBarTintColor的区别

摘要: 原文转自博客-http://blog.sina.com.cn/u/2805226174 IOS7之前,setTintColor是可以修改背景色的,ios7之后修改背景色只能用setBarTintColor。所以要用判断区分开: 1 if ([[UIDevice currentDevice] syst 阅读全文

posted @ 2016-02-19 17:20 向日葵的倔强天空 阅读(1007) 评论(0) 推荐(0)

ios开发- 将字符串切割成数组 componentSeparatedByString

摘要: 字符串切割 阅读全文

posted @ 2016-02-19 17:14 向日葵的倔强天空 阅读(1022) 评论(0) 推荐(0)

2016年2月1日

iOS—收起虚拟键盘的各种方法

摘要: 本文章转自—http://justcoding.iteye.com/blog/1476171 使用虚拟键盘来输入资讯,是iOS的重要互动方式之一,虚拟键盘通常会自动出现在可以编辑的UITextField或是 UITextView 的编辑事件中,叫出键盘固然容易,但是要把它收起来,可就没有这么简单,之 阅读全文

posted @ 2016-02-01 20:59 向日葵的倔强天空 阅读(1086) 评论(0) 推荐(0)

导航