自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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关注的人

提示
确定要删除当前文章?
取消 删除