会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
时光
Strive to be an excellent developer
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2015年2月28日
Swift - Convert String to Double
摘要: 问题来自[StackOverflow](http://stackoverflow.com/questions/24031621/swift-how-to-convert-string-to-double)```(swiftString as NSString).doubleValue```
阅读全文
posted @ 2015-02-28 17:38 滴滴时光
阅读(375)
评论(0)
推荐(0)
Fragment真正意义上的onResume和onPause
摘要: 当调用`FragmentTransaction#hide(fragment)`和`FragmentTransaction#show(fragment)`方法, fragment不会调用生命周期方法`onResume`和`onPause()` > Fragment的onResume和onPause调...
阅读全文
posted @ 2015-02-28 11:21 滴滴时光
阅读(661)
评论(0)
推荐(0)
iOS优秀文章收集(稍后阅读)
摘要: 主要把在论坛中看到的好文章收集起来,有时间深读之,推荐使用Pocket**Xcode**+ [Xcode正确打开方式-Debuging](http://www.cocoachina.com/ios/20150225/11190.html) 教你如何正确使用Xcode进行断点调试**Animation...
阅读全文
posted @ 2015-02-28 11:00 滴滴时光
阅读(253)
评论(0)
推荐(0)