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.
我正在为 iPhone 构建一个应用程序,我需要在用户单击图钉时自定义弹出的注释。但关键是我不想使用默认的注释视图,并且我创建了自己的 UIView(自定义 UIView),每当用户单击图钉时,该自定义视图就会加载到屏幕顶部。
有人可以告诉我该怎么做吗?
有几个解决方案。查看:
https://github.com/nfarina/calloutview用于创建自定义 calloutViews 的好项目。
这里也有一篇不错的文章。