阅读背景:

最简单iphone程序

来源:互联网 

HelloWorldViewController:

@interface HelloWorldViewController : UIViewController

@end


@implementation HelloWorldViewController

-(void)loadView	{
	UIView *contentView = [[UIView alloc] initWithFrame:[[UIScreen mainScreen] applicationFrame]];
	contentView.backgroundColor = [UIColor lightGrayColor];
	UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 320.0f, 32.0f)];
	NSLog(@"addd label..");
	@interface HelloWorldVi



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: