简体   繁体   中英

UITableView in edit mode doesn't show checkmarks on iPad

I have a universal app, that has a UITableView that allows standard editing where the cells indent to the right, there's empty circles for unselected rows and the filled in circle with a checkmark for selected rows. This works fine on iPhone (first photo), but the checkmarks don't appear when run on an iPad (second photo). Does anyone have any idea why this might be?

在iPhone上

在iPad上

Thanks in advance...

The first thing I'd double check is your Autolayout constraints. Try making sure there are no missing constraints for the checkmark. Because the resolution on the iPad is obviously different than on iPhone, make sure there aren't any fixed distances where it isn't necessary. One way I use to find out if it's an Autolayout issue is by trying different orientations. Hope it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM