摘要: scrollerview:无限循环#import "ViewController.h"@interface ViewController () @end@implementation ViewController- (void)viewDidLoad{ [super viewDidLoad]; //... 阅读全文
posted @ 2015-04-20 16:30 飞天至虹 阅读(237) 评论(0) 推荐(0) 编辑
摘要: MVC#import "ViewController.h"#import "ChatCell.h"#import "ChatModel.h"@interface ViewController (){ UITableView *_tableView; NSMutableArray *_dataArra... 阅读全文
posted @ 2015-04-20 16:17 飞天至虹 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 文顶顶iOS开发网络篇—GET请求和POST请求iOS开发网络篇—GET请求和POST请求一、GET请求和POST请求简单说明创建GET请求1 // 1.设置请求路径2 NSString *urlStr=[NSString stringWithFormat:@"http://192.1... 阅读全文
posted @ 2015-04-20 15:58 飞天至虹 阅读(667) 评论(1) 推荐(0) 编辑
摘要: 系统地图:#import "ViewController.h"#import @interface ViewController (){ MKMapView *_mapView; CLLocationManager *_manager; UIImageView* _imageView;}@end@i... 阅读全文
posted @ 2015-04-20 15:38 飞天至虹 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-04-20 15:22 飞天至虹 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 本文转载至http://www.code4blog.com/archives/505youtube下载神器:https://github.com/rg3/youtube-dl我擦咧vim插件:https://github.com/Valloric/YouCompleteMevim插件配置:https... 阅读全文
posted @ 2015-04-20 15:13 飞天至虹 阅读(221) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-04-20 14:59 飞天至虹 阅读(3) 评论(0) 推荐(0) 编辑