码迷,mamicode.com
首页 >  
搜索关键字:viewcontroller    ( 2658个结果
源码0604-12-掌握-webView
// ViewController.m // 12-掌握-webView #import "ViewController.h" @interface ViewController () @property (weak, nonatomic) IBOutlet UIWebView *webView; ... ...
分类:Web程序   时间:2017-03-24 17:30:13    阅读次数:219
源码0603-03-掌握-NSURLSession
// // ViewController.m // 03-掌握-NSURLSession #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewD... ...
分类:Web程序   时间:2017-03-24 13:17:32    阅读次数:187
源码0602-08-掌握-解压缩
// // ViewController.m // 08-掌握-解压缩 // // Created by xiaomage on 15/7/13. // Copyright (c) 2015年 小码哥. All rights reserved. // #import "ViewController.... ...
分类:其他好文   时间:2017-03-23 16:42:38    阅读次数:172
源码0602-05-掌握-多值参数
// // ViewController.m // 05-掌握-多值参数 #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad {... ...
分类:其他好文   时间:2017-03-21 18:28:16    阅读次数:157
源码0502-06-掌握-多图片下载
// ViewController.m // 06-掌握-多图片下载 #import "ViewController.h" #import "XMGApp.h" @interface ViewController () /** 所有数据 */ @property (nonatomic, strong... ...
分类:其他好文   时间:2017-03-17 16:13:52    阅读次数:254
Swift - 实现tableView单选系统样式
// 实现tableView单选 import UIKit class ViewController: UIViewController { var tableView: UITableView! override func viewDidLoad() { super.viewDidLoad() t ...
分类:编程语言   时间:2017-03-17 14:41:37    阅读次数:264
angularjs实现动态表格的删除与增加
<div class="wrap" ng-controller="ViewController"> <div class="butgroup"> <button type="button" id="addData" class="btn btn-success" ng-click="addData( ...
分类:Web程序   时间:2017-03-16 16:12:32    阅读次数:1952
源码03-02-08-控制器View的创建(XIB)
// // AppDelegate.m // 08-控制器View的创建(XIB) #import "AppDelegate.h" #import "ViewController.h" @interface AppDelegate () @end @implementation AppDelegat... ...
分类:其他好文   时间:2017-03-14 19:19:44    阅读次数:121
源码03-02-09-控制器View懒加载
// // AppDelegate.m // 09-控制器View懒加载 #import "AppDelegate.h" #import "ViewController.h" @interface AppDelegate () @end @implementation AppDelegate - (... ...
分类:其他好文   时间:2017-03-14 19:18:08    阅读次数:137
在view里面通过xib拖拽delegate的方法 numberOfComponentsInPickerView: : unrecognized selector sent to instance 0x7f9eae60a1c0
正常继承自UIView新建的view是不包含xib的自己新建的 xib 关联 view 以后,在 xib 上拖拽 tableView等包含有 delegate 的控件时,当和UIViewController一样直接拖拽代理的时候会出现-[ViewController numberOfComponen ...
分类:其他好文   时间:2017-03-14 17:23:15    阅读次数:218
2658条   上一页 1 ... 22 23 24 25 26 ... 266 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!