UI
Shuo__666
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
手势
//先建一个视图图片 UIImageView *image1 =[[UIImageView alloc]initWithFrame:CGRectMake(30, 30, 300, 300)]; image1.image =[UIImage imageNamed:@“12"]; image1.center =self.view.center;原创 2015-11-20 11:06:02 · 316 阅读 · 0 评论 -
UISlider_滑块
/ // SecondViewController.m // UISlider_滑块 // // Created by apple on 15/11/20. // Copyright © 2015年 shuo. All rights reserved. // #import "SecondViewController.h" @interface S原创 2015-11-21 09:35:16 · 309 阅读 · 0 评论 -
单利书写步骤
单利方法 建工程,指定根视图搭建页面,例如 tabelView,先写死数据准备数据,获取数据存到 model 里(例子: name,age等,设为 model 属性)拿到数据建立 model对象,将信息存入 model 中 通讯界面——单例 // RootViewController.m [Singleton share原创 2015-11-19 22:56:26 · 381 阅读 · 0 评论 -
指纹解锁(系统类)__真机
// // ViewController.m // 指纹解锁 // // Created by apple on 16/1/22. // Copyright © 2016年 shuo. All rights reserved. // #import "ViewController.h" #import @interface ViewCon原创 2016-01-22 20:50:04 · 495 阅读 · 0 评论 -
从iTunes中下载手机应用,并获取应用图标
打开电脑iTunes 选择appstore 选择iPhone 并在搜索框中输入要下载的应用名称 搜索到之后点击 获取 下载完成之后切换到 我的iPhone应用程序 右键点击 选中 在Finder中显示 将网易新闻的应用后缀.ipa 改为 zip 双击解压转载 2016-01-22 20:54:18 · 543 阅读 · 0 评论 -
开/关编辑模式
#pragma mark----1. 开/关编辑模式 - (void)setEditing:(BOOL)editing animated:(BOOL)animated{ [super setEditing:editing animated:animated]; //利用系统编辑按钮 控制 tableView 编辑状态原创 2016-01-22 20:58:45 · 455 阅读 · 0 评论
分享