Delay in presenting a modal view controller

前端 未结 9 1820
星月不相逢
星月不相逢 2020-12-24 10:51

I have a tab bar based app. There are navigation controllers in all 5 tabs with instances of custom view controller setup properly as root view controllers. This loads just

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-24 11:17

    I guess you also set the cell's selectionStyle to UITableViewCellSelectionStyleNone. I change to UITableViewCellSelectionStyleDefault and it work perfect.

提交回复
热议问题