自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 收藏
  • 关注

转载 UI24 TabbarController

效果 -----------------AppDelegate.m----------------------------------------- #import "AppDelegate.h" #import "TmallViewController.h" #import "T...

2017-01-25 16:40:00 104

转载 UI23Block和单例传值

效果 首先创建一个单例文件 --------------------------MyData.h------------------------------- #import <Foundation/Foundation.h> @interface MyData : N...

2017-01-25 16:27:00 144

转载 UI21导航控制器

代码列表 效果图: AppDelegate.m - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { ...

2017-01-25 16:15:00 128

转载 UI14手势

// // RootViewController.m // UI14手势 // // Created by focus on 2017/1/22. // Copyright © 2017年 focus. All rights reserved. // #import...

2017-01-22 18:04:00 133

转载 UI13小球拖拽

// // BallView.m // UI13小球拖拽 // // Created by focus on 2017/1/22. // Copyright © 2017年 focus. All rights reserved. // #import "BallVi...

2017-01-22 18:04:00 83

转载 UI16分段控件

// // RootViewController.m // UI16分段控件 // // Created by focus on 2017/1/22. // Copyright © 2017年 focus. All rights reserved. // #impo...

2017-01-22 17:58:00 90

转载 UI17UISlider+UISwitch

// // RootViewController.m // UI17UISlider+UISwitch // // Created by focus on 2017/1/22. // Copyright © 2017年 focus. All rights reserved. ...

2017-01-22 17:57:00 81

转载 UI18UIScrollView

// // RootViewController.m // UI18UIScrollView // // Created by focus on 2017/1/22. // Copyright © 2017年 focus. All rights reserved. // ...

2017-01-22 17:56:00 104

转载 AppDelegate代理方法

AppDelegate代理方法 转载于:https://my.oschina.net/VincentOSC/blog/828681

2017-01-20 23:31:00 132

转载 UIApplication常见使用

UIApplication对象是应用程序的象征 注意:UIApplication 不能手动创建,不能用alloc init会报错,一个应用程序只允许一个UIApplication。IOS程序启动创建第一个对象就是UIApplication。 通过[UIApplica...

2017-01-20 23:30:00 85

转载 IOS-001、info.plist和pch文件的作用

1.Text 文件夹:单元测试 2.Frameworks: 依赖的框架 3.Info.plist:项目配置文件(字典类型文件Dictionary) 功能:保存APP的信息,软件名称等等,相当于身份证。程序加载首先加载配置文件,读取软件名称等作息。 3.1...

2017-01-20 23:11:00 107

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

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