我有一个名为UIImage
的{{1}}我希望在调用时显示:
myImage
我认为JTSImageViewController *imageViewer = [[JTSImageViewController alloc]
initWithImageInfo:
mode:JTSImageViewControllerMode_Image
backgroundStyle:JTSImageViewControllerBackgroundStyle_ScaledDimmedBlurred];
需要追踪myImage
,对吗?我该怎么做呢?
我尝试initWithImageInfo:
,但这不起作用。
这是我的代码:
initWithImageInfo:myImage
如果这是一个愚蠢的问题我很抱歉,但我已经尝试使用谷歌搜索这个问题,我似乎无法找到任何相关的东西。非常感谢任何帮助,谢谢!