摘要: //// ViewController.m////// Created by 张艳锋 on 15/8/26.// Copyright (c) 2015年 张艳锋. All rights reserved.//#import "ViewController.h"#import "LBZPrefixHe... 阅读全文
posted @ 2015-08-26 16:40 OIMMZC 阅读(740) 评论(0) 推荐(0)
摘要: //非原创作为一种轻量级的数据交换格式,json正在逐步取代xml,成为网络数据的通用格式。有的json代码格式比较混乱,可以使用此“http://www.bejson.com/”网站来进行JSON格式化校验(点击打开链接)。此网站不仅可以检测Json代码中的错误,而且可以以视图形式显示json中的... 阅读全文
posted @ 2015-08-20 08:49 OIMMZC 阅读(165) 评论(0) 推荐(0)
摘要: #import "ViewController.h"#import "DrawView.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;- (IBAction)doTo... 阅读全文
posted @ 2015-08-18 12:56 OIMMZC 阅读(137) 评论(0) 推荐(0)
摘要: // ViewController.m// IOS动画0817//// Created by 张艳锋 on 15/8/17.// Copyright (c) 2015年 张艳锋. All rights reserved.//#import "ViewController.h"@interface V... 阅读全文
posted @ 2015-08-18 12:50 OIMMZC 阅读(318) 评论(0) 推荐(0)
摘要: 文件结构application//#import "ViewController.h"#import "VideoViewController.h"#import "MovieViewController.h"@interface ViewController (){ //将类视图控制器设为全局变... 阅读全文
posted @ 2015-08-13 18:39 OIMMZC 阅读(229) 评论(0) 推荐(0)
摘要: //// ViewController.h// IOSUIGesterRrcognizer0813//// Created by scjy on 15/8/13.// Copyright (c) 2015年 scjy. All rights reserved.//#import @interface... 阅读全文
posted @ 2015-08-13 14:49 OIMMZC 阅读(227) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2015-08-13 14:45 OIMMZC 阅读(43) 评论(0) 推荐(0)
摘要: iOS开发UI篇—UITabBarController简单介绍一、简单介绍UITabBarController和UINavigationController类似,UITabBarController也可以轻松地管理多个控制器,轻松完成控制器之间的切换,典型的例子就是QQ、微信等应⽤。二、UITabB... 阅读全文
posted @ 2015-08-12 09:23 OIMMZC 阅读(155) 评论(0) 推荐(0)
摘要: // ViewController.h// IOS310803//// Created by 张艳锋 on 15/8/3.// Copyright (c) 2015年 zyf. All rights reserved.//#import @interface ViewController : UIV... 阅读全文
posted @ 2015-08-07 12:59 OIMMZC 阅读(374) 评论(0) 推荐(0)
摘要: //非原创 看TableView的资料其实已经蛮久了,一直想写点儿东西,却总是因为各种原因拖延,今天晚上有时间静下心来记录一些最近学习的TableView的知识。下面进入正题,UITableView堪称UIKit里面最复杂的一个控件了,使... 阅读全文
posted @ 2015-08-07 12:45 OIMMZC 阅读(364) 评论(0) 推荐(0)