码迷,mamicode.com
首页 >  
搜索关键字:viewcontroller    ( 2658个结果
Transform Demo(按钮操作Demo优化)
//// ViewController.m// Transform演练//#import "ViewController.h"typedef enum{ kMovingDirTop = 10, kMovingDirBottom, kMovingDirLeft, kMovingDirRight...
分类:其他好文   时间:2015-02-06 18:17:58    阅读次数:118
9.添加好友 和删除
新建一个添加好友的ViewController为AddFriendViewController 和设置class连线text框 friendNameText遵守//设置文件框代理 //-(BOOL)textFieldShouldReturn:(UITextField *)textField{ /.....
分类:其他好文   时间:2015-02-06 16:33:59    阅读次数:180
UIALertView与UIAlertViewDelegate的基本用法
首先,视图控制器必须得实现协议UIAlertViewDelegate中的方法,并指定delegate为self,才能使弹出的Alert窗口响应点击事件。具体代码如下:ViewController.h中的代码如下:[cpp] view plaincopy#import @interface V...
分类:其他好文   时间:2015-02-06 14:40:08    阅读次数:192
iOS-UISearchBar和UISearchController(参考网友来练习一下)
#import "ViewController.h"#import "TestCell.h"@interface ViewController (){ NSMutableArray *dataArray; NSMutableArray *searchArray; UISearchC...
分类:移动开发   时间:2015-02-06 11:10:46    阅读次数:181
实现UIView的无限旋转动画(非CALayer动画)
实现UIView的无限旋转动画(非CALayer动画)效果:素材:源码://// ViewController.m// Animation//// Created by YouXianMing on 15/2/5.// Copyright (c) 2015年 YouXianMing. All...
分类:其他好文   时间:2015-02-05 23:06:47    阅读次数:208
IOS百度地图之--->第二篇《大头针__简单使用及自定义》
呵呵!大家不要只看帖不回帖么,要不然我都没有积极性了。第一步:创建一个用来呈现mapview的viewcontroller,不废话直接贴代码 BasicMapViewController需要在该类中加入地图的代理并实现相关事件// 34.2778000000,108.9530980000 数据来源h...
分类:移动开发   时间:2015-02-05 20:19:13    阅读次数:360
UIView九宫格
// 九宫格 #import "ViewController.h"@interface ViewController ()@property (nonatomic ,strong) NSArray *apps;@end@implementation ViewController- (void)vie...
分类:其他好文   时间:2015-02-04 18:19:02    阅读次数:190
Swift之从网络获取图片
// //  ViewController.swift //  项目之获取图片 // //  Created by 悦兑科技 on 15/2/4. //  Copyright (c) 2015年 BSY. All rights reserved. // import UIKit class ViewController: UIV...
分类:编程语言   时间:2015-02-04 13:02:05    阅读次数:279
Q9:fatal error:use of unimplemented initializer
init method 关键知识点 问题描述: fatal error: use of unimplemented initialer init(coder:) for class 代码一: import UIKit class ViewController:UIViewController{ init(nibName nibNameorNil:String?,bundle,nib...
分类:其他好文   时间:2015-02-04 11:07:16    阅读次数:164
文本框编辑状态下隐藏键盘的方式
#import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; //让键盘称为第一响应者(进入当前的界面,键盘就弹出来) [_textF becomeFir...
分类:其他好文   时间:2015-02-04 11:06:52    阅读次数:128
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!