iOS UISlider和 UISwitch的例子

#import <UIKit/UIKit.h>

 

@interface ViewController : UIViewController

 

@property(strong,nonatomic) UISlider *MySlider;

 

@property(strong,nonatomic) UIView *MyView;

 

@property(strong,nonatomic) UIView *MyView1;

 

@property(strong,nonatomic) UISwitch *MySwitch;

 

@property(strong,nonatomic) UILabel *MyLable;

 

@end

 

posted @ 2016-03-09 22:51  唐唐_010  阅读(120)  评论(0编辑  收藏  举报