标签:style color sp for 文件 on bs ad ef
UITextView *textView = [[UITextView alloc]initWithFrame:CGRectMake(0, 100, 320, 200)];
textView.backgroundColor = [UIColor redColor];
textView.textAlignment=NSTextAlignmentLeft;
NSString * str = [NSString stringWithContentsOfFile:[[NSBundle mainBundle]pathForResource:@"脑筋急转弯" ofType:@"txt"] encoding:NSUTF8StringEncoding error:nil];
textView.text = str;
[self.view addSubview:textView];
标签:style color sp for 文件 on bs ad ef
原文地址:http://www.cnblogs.com/zhibin/p/4119016.html