我有一个Answers String数组,我试图在我的应用程序中迭代它并在不同的索引处为其分配值。例如Answers[index]="me"
。
我如何在Swift中执行此操作?
答案 0 :(得分:0)
你可以在swift中使用for循环的这个例子:
<!-- Base application theme. -->
<style name="AppTheme" parent="android:Theme.DeviceDefault.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>