摘要: //Author:smilelance//From:http://blog.csdn.net/smilelance#import <UIKit/UIKit.h>@interface PDESegmentControl : UIView{ NSMutableArray *segmentButtons; NSMutableArray *buttonImgNames;}@property (readonly,nonatomic) NSInteger selectedSegmentIndex;- (id) initWithFrame:(CGRect)frame items:(NSArray 阅读全文
posted @ 2012-08-18 11:20 MXi4oyu 阅读(846) 评论(0) 推荐(0)
摘要: //Author:smilelance//From:http://blog.csdn.net/smilelance#import <UIKit/UIKit.h>@interface PDECheckBox : UIButton{ BOOL isChecked;}- (id)initWithCenter:(CGPoint)center;- (BOOL)isChecked;- (void)setCheckState:(BOOL)checked;- (void)switchCheckState;@end#import "PDECheckBox.h"#define IM 阅读全文
posted @ 2012-08-18 11:18 MXi4oyu 阅读(184) 评论(0) 推荐(0)