自定义博客皮肤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)
  • 资源 (2)
  • 收藏
  • 关注

原创 iOS开发---原生高清二维码生成

1.导入#import <CoreImage/CoreImage.h> 2.创建一个@property (nonatomic, strong)UIImageView *imageView; 3.具体代码实现 `- (void)viewDidLoad { [super viewDidLoad]; UIImageView *imageView = [[UIImageView alloc]

2016-02-24 17:26:04 1767

原创 如何在Xcode7.2中添加空模板

1.在桌面上方工具栏上找到“前往”。2.点击“前往文件夹”。 3.将路径(/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates/iOS/Application)复制填充到框中 –>回车。4.将名为名为Empt

2016-01-13 12:30:07 358

转载 UI综合

自定义UITabBar系统自带的UITabBarControlle,有个内置的UITabBar,给系统的UITabBarButton设置图片,会导致显示不正常。如何自定义UITabBar?首先要自定义UITabBarController,新建一个类,继承自UITabBarController。新建一个类,继承自UIView,用来做UITabBar,封装内部的按钮。重写initWithFram

2015-09-29 23:28:03 416

转载 UINavigationController

INavigationController是IOS编程中的一个view controller的容器,通过栈管理viewControllers,每一次push操作都将在栈顶添加一个view controller,然后通过pop将该栈最顶端的controller移除。CamViewController*camvc = [self.navigationController.viewControllers

2015-09-29 23:23:54 328

原创 UIView属性的使用

1.创建UIView UIView = *aView = [UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];2.设置(可选) aView.backgroundColor = [UIColor orangeColor];3.添加到 window [self.window addSubview:aView];4.释放 [aView

2015-09-29 23:18:49 345

iOS引导页Demo

方便快捷设置引导页

2016-03-29

Empty Application

习惯纯代码编程,如何在Xcode7.2中添加Empty Application的方法。

2016-01-13

空空如也

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

TA关注的人

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