문제

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?

on iPhone

on 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top