摘要:
在最近的项目中,总发现给UISegment贴图时有不想要的效果出现,自己就写了一个简单的view,冒充一哈Senment,欢迎补充方法哈CSegmentView.h#import <UIKit/UIKit.h>@interface CSegmentView : UIView{ id target; SEL action;}@property(nonatomic,retain)NSMutableArray* itemArray;@property(nonatomic,assign)int selectIndex;@property(nona... 阅读全文
posted @ 2011-11-15 18:32
大魔芋
阅读(832)
评论(0)
推荐(0)