使用UIAlertController 报错 警告 遇到的问题

在iOS开发中,遇到UICollectionViewFlowLayout布局错误时,本文提供了解决方案及优化建议,包括更改presentViewController方法调用,避免在 detached view controllers 中显示视图控制器,以及调整item height 参数来满足UICollectionViewFlowLayout 的尺寸约束。

1.使用手机或者模拟器,当型号是6p的时候,会出现以下警告

2016-03-07 14:21:39.076 testInfo[4879:1875194] the behavior of the UICollectionViewFlowLayout is not defined because:

2016-03-07 14:21:39.076 testInfo[4879:1875194] the item height must be less than the height of the UICollectionView minus the section insets top and bottom values, minus the content insets top and bottom values.

2016-03-07 14:21:39.078 testInfo[4879:1875194] The relevant UICollectionViewFlowLayout instance is <_UIAlertControllerCollectionViewFlowLayout: 0x15ffd4630>, and it is attached to <UICollectionView: 0x160177400; frame = (0 120.667; 270 44); clipsToBounds = YES; gestureRecognizers = <NSArray: 0x15ffd51c0>; layer = <CALayer: 0x15ffd4d00>; contentOffset: {0, 0}; contentSize: {0, 0}> collection view layout: <_UIAlertControllerCollectionViewFlowLayout: 0x15ffd4630>.

2016-03-07 14:21:39.079 testInfo[4879:1875194] Make a symbolic breakpoint at UICollectionViewFlowLayoutBreakForInvalidSizes to catch this in the debugger.

2.  Presenting view controllers on detached view controllers is discouraged 

这个警告 

  当使用[self presentViewController:alertC animated:YES completion:nil];的时候会出现

可以更改为

[self.view.window.rootViewController presentViewController:alertC animated:YES completion:nil];

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值