2016年7月25日

dispatch_after, ios 线程 较为实用的延时运行线程方法

摘要: func delay(time: NSTimeInterval, Block block: (() -> Void)){ dispatch_after( dispatch_time( DISPATCH_TIME_NOW, Int64(time * Double(NSEC_PER_SEC)) ), d 阅读全文

posted @ 2016-07-25 21:15 LouisQian 阅读(1017) 评论(0) 推荐(0) 编辑

iOS通过SKStoreProductViewController 在app中直接访问app store 不需要跳转到app store

摘要: 首先 import StoreKit StoreKit 中的 SKStoreProductViewController是app store提供的方法 官方文档 A SKStoreProductViewController object presents a store that allows the 阅读全文

posted @ 2016-07-25 21:10 LouisQian 阅读(751) 评论(0) 推荐(0) 编辑

导航