pushViewController、presentViewController、instantiateViewControllerWithIdentifier都试过,始终是没有tabbar出现
storyboard结果为
代码直接跳转到navigation的!这样有什么错吗?为什么下面的tabbar不显示?
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
Try to use the view layer viewing tool to debug and first see if the checkout button blocks the tabbar
Are you pushing tabbarViewController? It means click checkout and then push to the next page tabbarViewcontroller? Or just dismiss it after settlement?
Try to use the view layer viewing tool to debug and first see if the checkout button blocks the tabbar
Are you pushing tabbarViewController?
It means click checkout and then push to the next page tabbarViewcontroller?
Or just dismiss it after settlement?