摘要:
一、第一种创建UISwitch控件的方法,在代码中动态创建。1、打开Xcode 4.3.2, 新建项目Switch,选择Single View Application。2、打开ViewController.m文件在viewDidLoad方法里添加代码:- (void)viewDidLoad{ ... 阅读全文
posted @ 2015-09-23 15:19
GX-
阅读(522)
评论(0)
推荐(0)
摘要:
//// CoreAnimationEffect.h// CoreAnimationEffect//// Created by VincentXue on 13-1-19.// Copyright (c) 2013年 VincentXue. All rights reserved.// #i... 阅读全文
posted @ 2015-09-23 13:18
GX-
阅读(203)
评论(0)
推荐(0)