UI单视图
楠少轻狂
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
iOS开发之UIScrollView
// // RootViewController.m // LessonUIScrollView // // Created by 楠少轻狂 on 14-8-29. // Copyright (c) 2014年 lanouhn. All rights reserved. // #import "RootViewController.h" @interface RootVie原创 2014-09-20 16:09:42 · 212 阅读 · 0 评论 -
UISegmentedControl,UISlider,UISwitch,代码截屏,UIStepper的简单使用
#import "RootViewController.h" @interface RootViewController () @end @implementation RootViewController - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {原创 2014-09-20 15:08:24 · 253 阅读 · 0 评论 -
iOS的执行周期
// // XSNAppDelegate.m // LessonComprehensive // // Created by 效帅楠 on 14-8-21. // Copyright (c) 2014年 lanouhn. All rights reserved. // #import "XSNAppDelegate.h" @interface XSNAppDelegate原创 2014-09-20 15:00:30 · 213 阅读 · 0 评论 -
iOS开发之手势(UIGestureRecognizer)
// // RootViewController.m // LessonUIGestureRecognizer // // Created by 楠少轻狂 on 14-8-27. // Copyright (c) 2014年 lanouhn. All rights reserved. // #import "RootViewController.h" #import "UICo原创 2014-09-20 15:55:58 · 276 阅读 · 0 评论 -
iOS代码截屏
//(1.)设置要截屏的图片大小 UIGraphicsBeginImageContext(self.view.frame.size); //(2.)对哪个视图截图固定大小的图片 [self.view.layer renderInContext:UIGraphicsGetCurrentContext()]; //(3.)获取截图的图片对象 UIImage * image = UIGraph原创 2014-09-20 15:03:15 · 232 阅读 · 0 评论
分享