UITableViewCell Accessory is too wide on iPad

后端 未结 3 734
悲&欢浪女
悲&欢浪女 2021-02-12 11:13

I am having a problem with my UITableViewCell\'s appearance on the iPad. This problem arose sometime between iOS 7 and now, but I don\'t know for sure when it started. On an iPo

3条回答
  •  太阳男子
    2021-02-12 12:00

    Use the width same as that of [UIApplication sharedApplication].keyWindow.frame.size.width rather than hardcoding the values.

提交回复
热议问题