上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页
摘要: http://my.oschina.net/CgShare/blog/302303渐进式下载(伪流媒体)介于下载本地播放与实时流媒体之间的一种播放形式,下载本地播放必须全部将文件下载完成后才能播放,而渐进式下载不必等到全部下载完成后再播放,它可以一边下载一边播放,在完成播放内容之后,整个文件会保存在... 阅读全文
posted @ 2015-04-11 11:08 apem 阅读(847) 评论(0) 推荐(0) 编辑
摘要: 首先看一下典型的NSString与CFStringRef的相互转换http://www.tuicool.com/articles/MJRr226// CFStringRef to NSString *NSString *yourFriendlyNSString = (__bridge NSStrin... 阅读全文
posted @ 2015-04-10 16:42 apem 阅读(865) 评论(0) 推荐(0) 编辑
摘要: - (CLLocationManager *)locationManager{ if (!_locationManager) { _locationManager = [[CLLocationManager alloc] init]; _locationManage... 阅读全文
posted @ 2015-04-08 17:53 apem 阅读(242) 评论(0) 推荐(0) 编辑
摘要: - (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath{ return @"删除";}- (UITab... 阅读全文
posted @ 2015-04-04 10:42 apem 阅读(133) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/ygm900/archive/2013/05/28/3104169.htmlUIButton*btnTemp = [UIButtonbuttonWithType:UIButtonTypeCustom];深度定制一个按钮UIButton *btn1 = [... 阅读全文
posted @ 2015-04-03 17:54 apem 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 1.prepareFoSegue注意问题使用该方法设置的值, 必须要 viewWillApear之后用2.storayboard的使用autolayout, constant = -16, 刚好在frame上为02.1 ipad上需要 constant = -24 才能在frame上为 03.sto... 阅读全文
posted @ 2015-04-02 21:47 apem 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 【转载请注明出处】http://blog.csdn.net/wmqi10/article/details/16850479iOS 7中在传统的左上角返回键之外,提供了右滑返回上一级界面的手势。支持此手势的是UINavigationController中新增的属性interactivePopGestu... 阅读全文
posted @ 2015-03-31 22:21 apem 阅读(522) 评论(0) 推荐(0) 编辑
摘要: http://wenku.baidu.com/link?url=614FLi_VlhiJpyG5bq8JcwFBHroMjsV3FvBDzyyn0snZ85jbWx7xh-RPJdH7stxlgM9i6kzkNUWtcy6rv7K9l4N7AXz08dlSAxzIQqfDPoe 阅读全文
posted @ 2015-03-31 09:25 apem 阅读(111) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/ios/20150123/10994.html本文翻译自RayWenderlich,原文:ReactiveCocoa Tutorial--The Definitive Introduction: Part 1/2作为一个iOS开发者,你写的每一行代... 阅读全文
posted @ 2015-03-28 17:15 apem 阅读(1023) 评论(0) 推荐(0) 编辑
摘要: MQTT是第二个即时聊天协议(了解)5.即时通讯 即时通讯网上有第三方的解决方案,比如环信,融云等。我们是自己搭的xmpp服务器,服务器使用的tigase,之前写过相关的博客,自己去年也做了对应的webim。前段时间看了环信webim的sdk,使用的也是strophe的js类库,相关实现跟我们的差不... 阅读全文
posted @ 2015-03-25 23:24 apem 阅读(1380) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页