视图上的视图在iOS 7上不可见

时间:2015-07-31 05:48:11

标签: ios objective-c ios7 ios8

enter image description here我正在开发一个应用程序,我必须在其中显示帖子的详细信息。现在,当点击并运行iOS8及更高版本时..显示视图但在iOS7上运行时,它被图像视图遮盖。 在图像中,显示价格的透明视图由iOS7上的图像决定。 请帮助!!

2 个答案:

答案 0 :(得分:0)

选择uiimageview并设置从属性窗口检查的clipubviews,如http://prntscr.com/7z4usj

答案 1 :(得分:0)

显示一些代码。

我对细胞很满意并帮助了我:

cell.contentView.backgroundColor = [UIColor clearColor];
cell.backgroundColor = [UIColor clearColor];

也许试试:

self.view.backgroundColor = [UIColor clearColor];