迭代Parse数组

时间:2015-07-31 00:46:22

标签: ios swift

我有一个Answers String数组,我试图在我的应用程序中迭代它并在不同的索引处为其分配值。例如Answers[index]="me"

我如何在Swift中执行此操作?

1 个答案:

答案 0 :(得分:0)

你可以在swift中使用for循环的这个例子:

<!-- Base application theme. -->
<style name="AppTheme" parent="android:Theme.DeviceDefault.Light.DarkActionBar">
    <!-- Customize your theme here. -->
</style>