码迷,mamicode.com
首页 >  
搜索关键字:viewcontroller 容器转场    ( 2658个结果
Swift开发String+NSString详细使用
// // ViewController.swift // Swift+String import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() //v ...
分类:编程语言   时间:2017-08-29 18:02:59    阅读次数:324
ios6--UILabel
// // ViewController.m // 02-UILabel的使用 // // UILabel显示一段文字。 #import "ViewController.h" @interface ViewController () @end @implementation ViewControll... ...
分类:移动开发   时间:2017-08-29 14:18:54    阅读次数:180
ios5--计算器
// // ViewController.m // 01-加法计算器 // // 首先找main.m文件,然后找AppDelegate,然后找Main Inteferce主交互故事板,然后加载箭头指向的控制器,然后加载控制器内部的View。 // 连线:按住control拖过去然后配置。 // 类扩... ...
分类:移动开发   时间:2017-08-29 13:03:59    阅读次数:163
ios3--UIView的常见方法
// // ViewController.m // 07-UIView的常见方法 // #import "ViewController.h" @interface ViewController () // 红色的view,通过连线,连线就是把oc代码和UI绑定了。 @property (weak, ... ...
分类:移动开发   时间:2017-08-29 11:14:04    阅读次数:228
ios4--UIView的常见属性(尺寸和位置)
// // ViewController.m // 08-UIView的常见属性(尺寸和位置) // // frame:相对于父控件左上角定位 // bounds:改变长宽,左上角是相对于自己 // center: #import "ViewController.h" @interface View... ...
分类:移动开发   时间:2017-08-29 11:04:25    阅读次数:233
ios初识UITableView及简单用法
// // ViewController.m // ZQRTableViewTest // // Created by zzqqrr on 17/8/24. // Copyright (c) 2017年 zzqqrr. All rights reserved. // #import "ViewCon... ...
分类:移动开发   时间:2017-08-25 15:49:45    阅读次数:170
iOS开发UIPickerView常用属性方法
// // ViewController.m // UIPickerViewAll #import "ViewController.h" @interface ViewController () @end @implementation ViewController /* UIPickView控件常 ...
分类:移动开发   时间:2017-08-25 12:31:02    阅读次数:252
presentViewController显示方式的窗口,没有导航栏的解决方法
ViewController*Controller=[[ViewControlleralloc]init];UINavigationController*nav=[[UINavigationControlleralloc]initWithRootViewController:Controller];[selfpresentViewController:navanimated:YEScompletion:nil];//未登录,跳转到登录页面 TLDLoginViewController*l..
分类:其他好文   时间:2017-08-24 20:05:17    阅读次数:275
iOS开发UItextview常用属性方法
// // ViewController.m // TextViewAll #import "ViewController.h" @interface ViewController ()<UITextViewDelegate> @end @implementation ViewController ...
分类:移动开发   时间:2017-08-22 12:29:55    阅读次数:361
2658条   上一页 1 ... 12 13 14 15 16 ... 266 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!