摘要:
#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; UIView *myView = [[UIView alloc] initWithFrame:CGRectMake(100, 100, 200, 200)]; [myView setBackgroundColor:[UIColor darkGrayColor]]; [self.view addSubview:my.. 阅读全文
posted @ 2013-04-21 17:46
srand
阅读(229)
评论(0)
推荐(0)

浙公网安备 33010602011771号