码迷,mamicode.com
首页 >  
搜索关键字:viewcontroller    ( 2658个结果
iOS-图片浏览器(字典和plist文件的使用)
// // ViewController.m // 19-图片浏览器 // // Created by hongqiangli on 2017/7/31. // Copyright © 2017年 李洪强. All rights reserved. // #define icon @"icon" # ...
分类:移动开发   时间:2017-08-01 15:40:51    阅读次数:244
iOS开发-图片浏览器(优化)
// // ViewController.m // 19-图片浏览器 // // Created by hongqiangli on 2017/7/31. // Copyright © 2017年 信和惠民投资管理(北京)有限公司. All rights reserved. // #import " ...
分类:移动开发   时间:2017-08-01 14:17:37    阅读次数:205
iOS开发-代码的基本使用
// // ViewController.m // 05-用代码创建按钮 // // Created by vic fan on 2017/7/30. // Copyright © 2017年 李洪强. All rights reserved. // #import "ViewController. ...
分类:移动开发   时间:2017-07-30 17:14:13    阅读次数:193
iOS 加载Viewcontroller的几种方法
转载请注明出处:http://www.cnblogs.com/ficow/p/7253666.html ...
分类:移动开发   时间:2017-07-29 11:39:10    阅读次数:209
swift -NavigationController,代理传值
// // ViewController.swift // NavigationController // import UIKit import Foundation class ViewController: UIViewController,FontSizeChangDelegate { va ...
分类:编程语言   时间:2017-07-28 14:07:41    阅读次数:172
【代码笔记】iOS-FMDBDemo
一,效果图。 二,工程图。 三,代码。 ViewController.h ViewController.m ...
分类:移动开发   时间:2017-07-27 10:43:12    阅读次数:232
【代码笔记】iOS-自定义switch
一,效果图。 二,工程图。 三,代码。 ViewController.h ViewController.m ...
分类:移动开发   时间:2017-07-26 10:48:33    阅读次数:283
使用FDTemplateLayout框架打造个性App
效果展示 project下载地址 · 进入构建结构 首先我们新建一个project 接下来我们拖进来一个Table View Controller,将Storyboard Entry Point指向我们的Table View Controller。原来的ViewController就能够删除了。效果 ...
分类:移动开发   时间:2017-07-25 19:36:25    阅读次数:227
Block系列2:Block内存管理
ViewController.h #import <UIKit/UIKit.h> @interface ViewController : UIViewController { UIImage *_image; NSInteger _index; } @endViewController.m #imp ...
分类:其他好文   时间:2017-07-25 16:00:52    阅读次数:127
【代码笔记】iOS-字体从右向左滚动
一,效果图。 二,代码。 ViewController.m - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. //上面 ...
分类:移动开发   时间:2017-07-19 17:46:41    阅读次数:241
2658条   上一页 1 ... 14 15 16 17 18 ... 266 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!