码迷,mamicode.com
首页 >  
搜索关键字:ios block    ( 70798个结果
IOS MONO Rivets 应用 跳转 导航
Rivets是MONO上开源的一个DLL。跨平台上实现应用与应用间的跳转。于传统应用跳转不同,传统跳转需要连接先跳转到WEB上然后才跳转到应用中,这是一个用户体验极差的操作。范例中异步调用Example Store 应用,通过特色URL,轻松打开想要的应用,打开的应用对接收到URL进行处理。 1 n...
分类:移动开发   时间:2014-05-26 09:03:39    阅读次数:341
iOS学习之 plist文件的读写
在做iOS开发时,经常用到到plist文件, 那plist文件是什么呢? 它全名是:Property List,属性列表文件,它是一种用来存储串行化后的对象的文件。属性列表文件的扩展名为.plist,因此通常被称为plist文件。文件是xml格式的。Plist文件通常用于储存用户设置,也可以用于存储...
分类:移动开发   时间:2014-05-26 08:48:07    阅读次数:253
iOS开发中16进制颜色(html颜色值)字符串转为UIColor
//16进制颜色(html颜色值)字符串转为UIColor+(UIColor *) hexStringToColor: (NSString *) stringToConvert{ NSString *cString = [[stringToConvert stringByTrimmingCh...
分类:移动开发   时间:2014-05-26 08:43:21    阅读次数:207
ios粘贴功能
NSString *path = [[NSBundlemainBundle] pathForResource:@"tmp_add"ofType:@"txt"]; NSString *aStr = [NSStringstringWithContentsOfFile:path encoding:N...
分类:移动开发   时间:2014-05-26 08:15:58    阅读次数:258
objc中国
http://objccn.io/objc.io 由 Chris Eidhof, Daniel Eggert 和 Florian Kugler 成立于柏林。我们成立 objc.io 的目的是针对深入的、跟所有 iOS 和 OS X 开发者相关的技术话题创造一个正式的平台。objc.io 每一期专注于...
分类:其他好文   时间:2014-05-26 07:49:08    阅读次数:243
制做服务器用的推送证书
1 iOS制做服务器的推送证书 a 请求证书 b 导出密钥 c 制做推送ssl certificate d 制做服务器用的证书1、Push.certSigningRequest2、Push.p123、aps_developer_identity.cer终端1、将aps_developer_ident...
分类:其他好文   时间:2014-05-26 07:48:45    阅读次数:293
iOS添加Google语言识别功能
#import #import #import @interface RootViewController : UIViewController{ AVAudioRecorder *recoder; NSURLConnection *urlConnection; NSMutabl...
分类:移动开发   时间:2014-05-26 07:48:10    阅读次数:483
ios系统声音
#import #import @interface PlaySound : NSObject{ SystemSoundID sound;//系统声音的id 取值范围为:1000-2000}- (id)initSystemShake;- (id)initSystemSoundWithName:(N....
分类:移动开发   时间:2014-05-26 07:38:15    阅读次数:245
iOS Search bar 输入空字符串也可以搜索
Search bar delegate- (void)searchBarTextDidBeginEditing:(UISearchBar *)searchBar{ UITextField *searchBarTextField = nil; for (UIView *mainview i...
分类:移动开发   时间:2014-05-26 07:25:46    阅读次数:310
ios gcd加载图片
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ NSString *urlString = @"http://img0.pconline.com.cn/pconline/1...
分类:移动开发   时间:2014-05-24 09:10:22    阅读次数:324
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!