标签: ios objective-c app-store xcode7 uiwindow
如果我调整UIwindow的大小以隐藏它,Apple会拒绝我的应用程序吗?
代码:
self.window1.frame = CGRectMake(0, 0, 0, 0);
感谢您的耐心
答案 0 :(得分:0)
在提交过程中它不会对您的应用产生影响
有关更多指南,请参阅:https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/index.html#//apple_ref/doc/uid/TP40006556