突然间,当#34; [self presentViewController:alert animated:YES completion:nil]; "
**未定义UICollectionViewFlowLayout的行为,因为: 2016-03-18 20:34:00.315 TestTableView [15391:1275189]项目高度必须小于UICollectionView的高度减去截面插入顶部和底部值,减去内容插入的顶部和底部值。 2016-03-18 20:34:00.316 TestTableView [15391:1275189]相关的UICollectionViewFlowLayout实例是< _UIAlertControllerCollectionViewFlowLayout:0x7fbff9e39fb0>,并附加到; layer =; contentOffset:{0,0}; contentSize:{0,0}>集合视图布局:< _UIAlertControllerCollectionViewFlowLayout:0x7fbff9e39fb0>。 2016-03-18 20:34:00.317 TestTableView [15391:1275189]在UICollectionViewFlowLayoutBreakForInvalidSizes上创建一个符号断点,以便在调试器中捕获它。 **
我也试过了 - > [self.parentViewController presentViewController:alert animated:YES completion:nil];
如何破译这个想法?
JZ