- 博客(5)
- 收藏
- 关注
原创 QQ登录界面(一)访问iPhone系统相册并更改图像
//// ViewController.m// 访问系统相册//// Created by Adonis 16/7/12.// Copyright © 2016年 LESSON 2. All rights reserved.//#import "ViewController.h"// 遵守代理协议@interface ViewController ()<UINavig
2016-07-12 21:24:56
821
原创 TOM猫部分代码
//// ViewController.m// TOM CAT//// Created by ADONIS 16/7/12.// Copyright © 2016年 LESSON 2. All rights reserved.//#import "ViewController.h"@interface ViewController ()@property (weak, nonat
2016-07-12 21:05:47
1060
原创 使用OC通过数组来存放图片并加按钮使之能够切换照片
@interface ViewController ()// 左边按钮@property(nonatomic,strong)UIButton *leftBtn;// 右边按钮@property(nonatomic,strong)UIButton *rightBtn;// 相框属性和将图片存入数组@property(nonatomic,strong)UIImageView
2016-07-12 20:18:07
1751
原创 iOS UI常用控件
● 属性标签 使得成为全局变量 @property(nonatomic,strong) 类型+自定义名称// 标题标签@property(nonatomic,strong)UILabel *titleLabel;// 左边按钮@property(nonatomic,strong)UIButton *leftBtn;// 右边标签@property(nonatomic,
2016-07-11 21:50:02
346
原创 OC基本语法
● 基本格式及语法// OC方法的格式: +表示类方法,只能用来调用。 - 表示实例方法,用对象调用 // 无参数输入的方法格式 : +/- (方法的返回值)方法名【例】-(void)func1 { NSLog(@”%s”, __func__);
2016-07-11 20:41:54
446
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人