上一页 1 2 3 4 5 6 7 ··· 16 下一页
摘要: 手思中有这么一段代码,初看下,让人摸不着头脑//功能:UIWebView响应长按事件-(BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWeb... 阅读全文
posted @ 2015-09-11 15:01 sixindev 阅读(1400) 评论(0) 推荐(0) 编辑
摘要: 如果是视频文件,比如Mp4,avi,rmvb等可根据下面的这边文章推荐的Demo(http://code4app.com/ios/5292c381cb7e8445678b5ac2),经过测试可以进行同步缓存播放.iOS开发笔记,简单实现视频音频的边下边播如果是视频流MU38上面Demo,行不通.(视... 阅读全文
posted @ 2015-09-11 11:16 sixindev 阅读(698) 评论(0) 推荐(0) 编辑
摘要: AFPopupView https://github.com/AlvaroFranco/AFPopupView是个简单易用的,有着强大功能的 iOS 弹出视图,和简书效果一样QXActionSheethttps://github.com/carsonmcdonald/PushBackAnimatio... 阅读全文
posted @ 2015-09-11 10:03 sixindev 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 简化ViewController代码量ESSeparatorInsethttps://github.com/EnjoySR/ESSeparatorInset一行代码移除 UITableView 分割线左边的默认的间距用法:#import "UIViewController+ESSeparatorIn... 阅读全文
posted @ 2015-09-07 22:26 sixindev 阅读(198) 评论(0) 推荐(0) 编辑
摘要: //// SBCycleScrollView.h// SBCycleScrollView//// Created by luo.h on 15/7/12.// Copyright (c) 2015年 l.h. All rights reserved.//#import #import "NS... 阅读全文
posted @ 2015-09-06 13:55 sixindev 阅读(2206) 评论(0) 推荐(0) 编辑
摘要: 首先添加Webkit框架导入#import #import @interface WebBrowerViewController ()@property(nonatomic,strong) WKWebView *webView;@end@implementation WebBrowerViewC... 阅读全文
posted @ 2015-08-25 10:16 sixindev 阅读(679) 评论(0) 推荐(0) 编辑
摘要: 之前就有听说,感觉很强大,ReactiveCocoa更加被Mattt Thompson大神称为开启一个新Objective-C纪元。所以觉得非常有学习的必要了。 一些很好的学习资料:Reactive​CocoaReactiveCocoa学习笔记说说ReactiveCocoa 2ReactiveCoc... 阅读全文
posted @ 2015-08-24 20:51 sixindev 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 简单实现UITableView索引功能(中英文首字母索引)(一) ByH罗相关类:NSString+PinYing(获取中英文首字母) 参考上面链接#import "ViewController.h"#import "contactModel.h"#import "NSArray+ContactAr... 阅读全文
posted @ 2015-08-24 16:36 sixindev 阅读(763) 评论(0) 推荐(0) 编辑
摘要: 话不多说,直接看图!Source: paintcodeapp.com 阅读全文
posted @ 2015-08-21 18:51 sixindev 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 通过项目需求, 服务器返回了一个order_canceled_time 订单自动取消时间 如果我要跟当前时间做一个对比,然后生成出一个倒计时的时间那么首先我们要知道order_canceled_time这个字段返回的时间格式"order_canceled_time" = "2015-08-20 1... 阅读全文
posted @ 2015-08-20 17:19 sixindev 阅读(322) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 16 下一页