// // ViewController.swift // Swift+String import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() //v ...
分类:
编程语言 时间:
2017-08-29 18:02:59
阅读次数:
324
// // ViewController.m // 02-UILabel的使用 // // UILabel显示一段文字。 #import "ViewController.h" @interface ViewController () @end @implementation ViewControll... ...
分类:
移动开发 时间:
2017-08-29 14:18:54
阅读次数:
180
// // ViewController.m // 01-加法计算器 // // 首先找main.m文件,然后找AppDelegate,然后找Main Inteferce主交互故事板,然后加载箭头指向的控制器,然后加载控制器内部的View。 // 连线:按住control拖过去然后配置。 // 类扩... ...
分类:
移动开发 时间:
2017-08-29 13:03:59
阅读次数:
163
// // ViewController.m // 07-UIView的常见方法 // #import "ViewController.h" @interface ViewController () // 红色的view,通过连线,连线就是把oc代码和UI绑定了。 @property (weak, ... ...
分类:
移动开发 时间:
2017-08-29 11:14:04
阅读次数:
228
// // ViewController.m // 08-UIView的常见属性(尺寸和位置) // // frame:相对于父控件左上角定位 // bounds:改变长宽,左上角是相对于自己 // center: #import "ViewController.h" @interface View... ...
分类:
移动开发 时间:
2017-08-29 11:04:25
阅读次数:
233
// // 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
// // ViewController.m // UIPickerViewAll #import "ViewController.h" @interface ViewController () @end @implementation ViewController /* UIPickView控件常 ...
分类:
移动开发 时间:
2017-08-25 12:31:02
阅读次数:
252
ViewController*Controller=[[ViewControlleralloc]init];UINavigationController*nav=[[UINavigationControlleralloc]initWithRootViewController:Controller];[selfpresentViewController:navanimated:YEScompletion:nil];//未登录,跳转到登录页面
TLDLoginViewController*l..
分类:
其他好文 时间:
2017-08-24 20:05:17
阅读次数:
275
// // ViewController.m // TextViewAll #import "ViewController.h" @interface ViewController ()<UITextViewDelegate> @end @implementation ViewController ...
分类:
移动开发 时间:
2017-08-22 12:29:55
阅读次数:
361