作者:AmenTo_AT | 来源:互联网 | 2023-09-13 21:22
ImcurrentlyworkingonmyfirstiOSappwhichwillbeavailableontheAppstoresoon(Ihope;-)a
I'm currently working on my first iOS app which will be available on the Appstore soon (I hope ;-) and the project requieres a view with background information. What should display the view? The view should display a icon, opening times and one or two small grouped tables with references two other views with additional information like FAQ or contact informations from the authors.
我正在开发我的第一个iOS应用程序,很快就会在Appstore上提供(我希望;-),该项目需要一个包含背景信息的视图。应该显示什么视图?视图应显示一个图标,打开时间和一个或两个小的分组表,其中包含两个其他视图,其中包含作者的常见问题解答或联系信息等附加信息。
My question is now. What is the best practice to create such kind of view? Is it better too design the view with the Interface Builder and hardcode the strings of the view or should create a UITableView with different Section headers and heights? Where come the content from? plist or so?
我现在的问题是。创建这种视图的最佳做法是什么?是否更好地使用Interface Builder设计视图并对视图的字符串进行硬编码,或者应该创建具有不同Section标题和高度的UITableView?哪里来的内容? plist左右?
I don't know, whats the best practice is and I hope someone can me tell his opinion to solve such a kind of problem.
我不知道,最好的做法是什么,我希望有人可以告诉他的意见来解决这样的问题。
1 个解决方案