Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
弹出框控制器是否有可能并在其中包含图像?单击表格视图单元格时会怎样?
我会这样认为。我自己从来没有这样做过,只是简单地将 UIImageView 添加到弹出视图中。
UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageName:(img)]; [popoverViewController.view addSubview:imageView];
正如我所说,我自己没有尝试过,但看看它是否有效。另外,您是否尝试过任何不起作用的方法?显示一些代码。