Is it possible to implement a Xcode array to a *.html file?
The *.html is a local file in my app. The output is a normal UiWebView.
<Doctype>
<html>
some text [myXcodeArray] some text
</html>
I would like to save a TextInput in Xcode. This array should be the output in the *.html - Is that possible?