摘要: //OnlyoverridedrawRect:ifyouperformcustomdrawing.//Anemptyimplementationadverselyaffectsperformanceduringanimation.-(void)drawRect:(CGRect)rect{CGCont... 阅读全文
posted @ 2015-03-27 09:26 iOS程序夠 阅读(140) 评论(0) 推荐(0)
摘要: //// CoreAnimationEffect.h// CoreAnimationEffect//// Created by VincentXue on 13-1-19.// Copyright (c) 2013年 VincentXue. All rights reserved.//#import... 阅读全文
posted @ 2015-03-27 09:24 iOS程序夠 阅读(230) 评论(0) 推荐(0)
摘要: UIButton得父类UIControl1)创建UIButton *btn1 = [UIButton buttonWithType:UIButtonTypeRoundedRect]; 风格有如下typedef enum { UIButtonTypeCustom = 0, // 自定义,无... 阅读全文
posted @ 2015-03-20 11:11 iOS程序夠 阅读(136) 评论(0) 推荐(0)
摘要: UIKit提供了一组控件:UISwitch开关、UIButton按钮、UISegmentedControl分段控件、UISlider滑块、UITextField文本字段控件、UIPageControl分页控件。控件是对UIView派生类的实用增强及补充,并可以直接附着于导航栏、表格单元,甚至更大的对... 阅读全文
posted @ 2015-03-20 11:04 iOS程序夠 阅读(117) 评论(0) 推荐(0)