开发者

TableViewCell remains selected/highlighted will this be rejected by apple

开发者 https://www.devze.com 2023-03-02 22:27 出处:网络
I have a tableview with a TableViewCell that remains selected/highlighted.When a 开发者_JAVA技巧user goes to the detail section, and returns, the selected row remains highlighted.

I have a tableview with a TableViewCell that remains selected/highlighted. When a 开发者_JAVA技巧user goes to the detail section, and returns, the selected row remains highlighted.

So, will they reject this app? Kindly let me know :(

Thanks


in your didSelectRow method write this:-

[*yourtableview* deselectRowAtIndexPath:indexPath animated:YES];


First of all, if you get your app rejected and upload it again, it won't be of any use, since it will be rejected for the same reason.

But, Apple doesn't just reject an app for a reason like "Your table cell remains selected and we don't like that". Apple can possibly reject you for the reason you have to keep your cell highlighted like that. If you have a good reason to keep your cell rejected, it won't bother them and it'll get accepted. If it gets rejected, they'll give you a reason and you can (should!) adapt your app accordingly.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号