0

对不起,如果这是一个重复的帖子,或者我没有正确阅读文档,但 AGSMapview 是否支持在 iOS6/7 和情节提要中使用自动布局?我尝试启用自动布局只是为了获得以下信息:

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Auto Layout still required after executing -layoutSubviews. AGSMapView's implementation of -layoutSubviews needs to call super.'

如果我为整个故事板关闭自动布局,那么它工作得很好。我不认为这是可能的,但如果我可以只为 AGSMapView 所在的 UIViewController 关闭 Autolayout,那也可以。

对此的任何想法都深表感谢。谢谢!

4

2 回答 2

0

你在 UI 上的元素定位是什么?让 MapView 与其他对象处于同一级别可能会解决问题。

请您在论坛上查看此主题: http ://forums.arcgis.com/threads/80226-assertion-failure-in-agsmapview-layoutsublayersoflayer

于 2014-01-13T21:35:25.473 回答
0

我认为作为错误状态,您需要从 AGSMapview 的 layoutSubviews 方法调用:[super layoutSubviews]。

于 2014-01-04T18:21:45.157 回答