码迷,mamicode.com
首页 >  
搜索关键字:viewcontroller    ( 2658个结果
ios基础控件 之展示团购数据 UITableViewCell <代理,xib封装view>
1.主控制器: 1 // 2 // ViewController.m 3 // GroupPurchase 4 // 5 // Created by hellovoidworld on 14/12/3. 6 // Copyright (c) 2014年 hellovoidworl...
分类:移动开发   时间:2015-01-26 13:29:41    阅读次数:509
省份、城市选择组件
组件要求: 1、能够选择中国的省份、城市 2、组件具有可扩展性,较好的复用性效果: 具体实施: 1、类似于照片选择组件,第一个界面显示省份,第二个组件显示城市。 //// ViewController.m// CityPicker//// Created by vousaimer...
分类:其他好文   时间:2015-01-24 17:11:43    阅读次数:363
iOS WebP图片格式
google出品 高清晰,体量小得图片格式,下面说在iOS下如何使用 添加头文件 #import "UIImage+WebP.h" #import "ViewController.h" #import "UIImage+WebP.h" @interface ViewController () @property (nonatomic ,strong) UIImageView *webP...
分类:移动开发   时间:2015-01-24 15:56:59    阅读次数:315
[XAF] Keep the DetailView open in a popup window
public class ViewController1 : ViewController { ListViewProcessCurrentObjectController controller; protected override void OnActivat...
分类:Windows程序   时间:2015-01-24 11:31:14    阅读次数:257
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<ViewController 0x19862
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<ViewController 0x19862...
分类:移动开发   时间:2015-01-24 10:16:37    阅读次数:175
三种ViewController跳转的异同
presentViewController、pushViewController与transitionFromViewController
分类:其他好文   时间:2015-01-23 17:55:34    阅读次数:120
UIButton的resizableImageWithCapInsets使用解析
UIButton的resizableImageWithCapInsets使用解析效果:使用的源文件:源码://// ViewController.m// SpecialButton//// Created by XianMingYou on 15/1/21.// Copyright (c) ...
分类:Windows程序   时间:2015-01-22 23:09:38    阅读次数:278
滤镜CIFilter简单处理(模糊效果,旧色调处理)
简单创建CIFilter  没有专业处理, 仅能达到简单的模糊效果,效果如图 (1)原图 (2)旧色调处理效果 (3)模糊处理 简单的代码结果如下 // //  ViewController.m //  滤镜 // 本文查看地址 //  Created by yangxiuying on 15/1/21. //  Copyri...
分类:其他好文   时间:2015-01-22 11:12:32    阅读次数:261
IOS 抽屉效果
原创Blog,转载请注明出处 blog.csdn.net/hello_hwc 先看看Demo效果 视频链接如下 http://v.youku.com/v_show/id_XODc1OTQwODQ0.html 实现过程如下 1 新建一个基于单视图的工程。拖入两个ViewController,为了区分,在大纲中改为firstViewController 和 SecondViewCo...
分类:移动开发   时间:2015-01-21 22:33:04    阅读次数:242
IOS之导航栏中添加UITextView控件bug
在导航栏控制器的ViewController中添加一个UITextView控件时,UITextView控件的光标下移......
分类:移动开发   时间:2015-01-21 09:04:12    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!