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.
我在我的项目中使用 FPPopover。我在 UITextField 上显示了弹出框。弹出框显示正确,但之后当我触摸弹出框之外时,它会给我 EXC_BAD_ACCESS 错误。我的项目中未启用 ARC。
谢谢你的建议。
几乎没有变化就完成了。我为 FPPopover 本机库文件打开了 ARC。这解决了我的问题。