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
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
public class ViewController1 : ViewController { ListViewProcessCurrentObjectController controller; protected override void OnActivat...
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<ViewController 0x19862...
分类:
移动开发 时间:
2015-01-24 10:16:37
阅读次数:
175
presentViewController、pushViewController与transitionFromViewController
分类:
其他好文 时间:
2015-01-23 17:55:34
阅读次数:
120
UIButton的resizableImageWithCapInsets使用解析效果:使用的源文件:源码://// ViewController.m// SpecialButton//// Created by XianMingYou on 15/1/21.// Copyright (c) ...
简单创建CIFilter 没有专业处理, 仅能达到简单的模糊效果,效果如图
(1)原图
(2)旧色调处理效果
(3)模糊处理
简单的代码结果如下
//
// ViewController.m
// 滤镜
// 本文查看地址
// Created by yangxiuying on 15/1/21.
// Copyri...
分类:
其他好文 时间:
2015-01-22 11:12:32
阅读次数:
261
原创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
在导航栏控制器的ViewController中添加一个UITextView控件时,UITextView控件的光标下移......
分类:
移动开发 时间:
2015-01-21 09:04:12
阅读次数:
245