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
Use the width same as that of [UIApplication sharedApplication].keyWindow.frame.size.width rather than hardcoding the values.
[UIApplication sharedApplication].keyWindow.frame.size.width