2013-02-13 74 views
0

我想制作一个这样的屏幕并且想要在上面画箭头。并让事物可见。现在的问题是我不能使用全屏图像,因为该应用程序是iPhone和iPad的。我可以从iPhone做这个任务吗? Image带箭头的透明屏幕

回答

1
UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageWithName:@"your_image"]]; 
[imageView setAlpha = 0.5]; //or whatever alpha you want between 0 and 1 
[imageView setFrame:CGRectMake(x,y,w,h)]; 
[self.view addSubview:imageView]; 
0

你应该试试这个

1归还色背景色 2减少黑色
3的不透明度,它为你提供你想要