//// ViewController.m// AppManager//// Created by xin on 15-3-16.// Copyright (c) 2015年 Jackey. All rights reserved.//#import "ViewController.h"//...
分类:
移动开发 时间:
2015-03-16 22:35:54
阅读次数:
202
//// ViewController.m// AppManager//// Created by xin on 15-3-16.// Copyright (c) 2015年 Jackey. All rights reserved.//#import "ViewController.h"//...
分类:
其他好文 时间:
2015-03-16 21:04:03
阅读次数:
112
//// ViewController.m// 01-抖动//// Created by Lenny on 3/16/15.// Copyright (c) 2015 Lenny. All rights reserved.//#import"ViewController.h"#define angl...
分类:
其他好文 时间:
2015-03-16 16:12:41
阅读次数:
95
ios 上没有发现与android gallery类似的控件,由于在项目上需要使用到.采用UICollectionView实现
ViewController.m
#import "ViewController.h"
#import "ImageCell.h"
#import "LineLayout.h"
@interface ViewController ()
@pro...
分类:
移动开发 时间:
2015-03-16 12:58:16
阅读次数:
272
最近开始学习iOS开发,今天跟着Stanford公开课编写计算器代码时遇到了以下错误:2015-03-15 20:18:18.442 calculater[1185:66564] -[calculater.ViewController operator:]: unrecognized selecto...
分类:
移动开发 时间:
2015-03-15 21:18:16
阅读次数:
145
http://www.xuanyusong.com/archives/category/ios/cocos2d_game分类目录归档:【Cocos2D研究院之游戏开发】201211-19Cocos2D研究院之打开全新ViewController与返回(八)雨松MOMO【Cocos2D研究院之游戏开发...
分类:
其他好文 时间:
2015-03-15 21:03:03
阅读次数:
163
iOS8 CIGlassDistortion滤镜的使用此为CoreImage滤镜的使用素材效果混合用图片源码://// ViewController.m// CIGlass//// Created by XianMingYou on 15/3/15.// Copyright (c) 2015...
分类:
移动开发 时间:
2015-03-15 18:03:26
阅读次数:
141
//// ViewController.m// TomCat//// Created by xin on 15-3-15.// Copyright (c) 2015年 Jackey. All rights reserved.//#import "ViewController.h"@inter...
分类:
其他好文 时间:
2015-03-15 15:18:50
阅读次数:
130
这是一个图片浏览的程序,是传智公开课的一个demo代码如下//// ViewController.m// ImageBroswer//// Created by xin on 15-3-12.// Copyright (c) 2015年 Jackey. All rights reserved...
分类:
其他好文 时间:
2015-03-14 12:25:03
阅读次数:
106
#import "ViewController.h"@interface ViewController ()-(IBAction)move:(UIButton *)btn;-(IBAction)big;-(IBAction)small;-(IBAction)leftRotata;-(IBAction...
分类:
其他好文 时间:
2015-03-14 12:21:41
阅读次数:
92