Pat*_*boa 2 xcode cocoa-touch objective-c uitextview
嘿伙计们,有谁知道如何使文本视图透明并在文本视图后面添加背景图像?谢谢
在viewDidLoad中
textView.backgroundColor = [UIColor clearColor];
UIImageView *imageView = [[[UIImageView alloc] initWithFrame:textView.frame] autorelease];
imageView.image = [UIImage imageNamed:@"myBackgroundImage.png"];
[self.view addSubview:imageView];
[self.view bringSubviewToFront:textView];
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
5639 次 |
| 最近记录: |