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

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];

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值