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.
我想创建一个自定义 UIAlertView 来显示图像中的视图
我想在它旁边添加一个 textView 的图标,它的文本是可点击的并打开 UIWebView。
这在 iPhone 中可能吗?我用谷歌搜索,但没有找到如何做到这一点。
在我看来,您正在尝试创建一个不需要警报的弹出窗口。
如果是这样的话,这个库可能会有所帮助:
MJPopupViewController
您可以创建任何大小的弹出窗口,即普通视图。因此,您可以在其中放置任何其他视图或控件。