摘要: #import <UIKit/UIKit.h> @interface ViewController : UIViewController //创建视图控件。 @property(strong,nonatomic)UIView *myview; @end #import "ViewController 阅读全文