- 博客(11)
- 收藏
- 关注
原创 自定义ScrollView
#import "ViewController.h" @interface ViewController () @property (strong, nonatomic) UIScrollView *scroll; @property (strong, nonatomic) UIView *view1; @property (strong, nonatomic)
2014-08-20 08:20:56 433
原创 一个下载工具
// // ViewController.m // laji // // Created by apple on 14-8-5. // Copyright (c) 2014年 dengshiru. All rights reserved. // #import "ViewController.h" @interface ViewController () { NSMutabl
2014-08-06 08:29:05 447 1
原创 51音图 一个按键
#import "SecondViewController.h" #import @interface SecondViewController () { UIImageView *aniImageView; SystemSoundID soundID; } @end @implementation SecondView
2014-07-17 10:46:52 970
转载 很屌的计算器
// // CalculatorViewController.m // Calculator // // Created by Yingyu on 11-5-31. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import "CalculatorViewCo
2014-07-11 08:45:09 5716 1
原创 简单计算器
// // ViewController.m // Calc // // Created by apple on 14-7-10. // Copyright (c) 2014年 dengshiru. All rights reserved. // #import "ViewController.h" @interface ViewController ()
2014-07-11 08:34:33 711
原创 类得创建调用
类: 1类: oc中的类:#import @interface Car:NSObject 不能省略 { 实例变量 } 方法声明 @end interface仅声明类 不能实现 oc单进程 2 #import“car。h” @implementaion Car 方法 @end 方法不存在私有
2014-07-09 20:20:51 394
原创 xcode 简单控件的使用
// // ViewController.m // hello // // Created by apple on 14-7-8. // Copyright (c) 2014年 dengshiru. All rights reserved. // #import "ViewController.h" @interfac
2014-07-08 20:58:34 703
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人