3.2 Apps with placeholder text will be rejected

久未见 提交于 2020-01-04 14:16:34

问题


I I understand this question was asked already and its not specifically related to coding but I'm still confused. I am getting my app ready for the apple app store. Now does this Guideline mean that all placeholder text in the storyboard should be blank. And all UILabels and UIButtons and UINavigationBar titles should be created programmatically?


回答1:


No. It means that your running app can't contain placeholder text.

It's common for xib files or storyboards to contain various types of placeholders. That's ok as long as they are replaced when running the app.



来源:https://stackoverflow.com/questions/28359973/3-2-apps-with-placeholder-text-will-be-rejected

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!