自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

原创 开/关编辑模式

#pragma mark----1.开/关编辑模式- (void)setEditing:(BOOL)editing animated:(BOOL)animated{       [supersetEditing:editinganimated:animated];    //利用系统编辑按钮控制 tableView 编辑状态 

2016-01-22 20:58:45 354

转载 从iTunes中下载手机应用,并获取应用图标

打开电脑iTunes 选择appstore 选择iPhone 并在搜索框中输入要下载的应用名称搜索到之后点击 获取下载完成之后切换到  我的iPhone应用程序右键点击 选中 在Finder中显示 将网易新闻的应用后缀.ipa 改为 zip 双击解压

2016-01-22 20:54:18 397

原创 指纹解锁(系统类)__真机

////  ViewController.m// 指纹解锁////  Created by apple on 16/1/22.//  Copyright © 2016年shuo. All rights reserved.//#import"ViewController.h"#import @interfaceViewCon

2016-01-22 20:50:04 405

原创 UISlider_滑块

///  SecondViewController.m//  UISlider_滑块////  Created by apple on 15/11/20.//  Copyright © 2015年shuo. All rights reserved.//#import"SecondViewController.h"@interfaceS

2015-11-21 09:35:16 217

原创 手势

//先建一个视图图片   UIImageView *image1 =[[UIImageViewalloc]initWithFrame:CGRectMake(30,30,300,300)];    image1.image =[UIImageimageNamed:@“12"];    image1.center =self.view.center;  

2015-11-20 11:06:02 252

原创 单利书写步骤

单利方法建工程,指定根视图搭建页面,例如 tabelView,先写死数据准备数据,获取数据存到 model 里(例子: name,age等,设为 model 属性)拿到数据建立 model对象,将信息存入 model 中通讯界面——单例// RootViewController.m[Singletonshare

2015-11-19 22:56:26 312

2个不同种类的抽屉

抽屉,3种抽屉的实现

2017-09-17

空空如也

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

TA关注的人

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