I'm trying to look into the possibility to make text field in iOS read only. Let's take the WIFI settings as an example. Here the picture
I want to make the DNS field read only and if someone wants to click on it, nothing happens, and the fields are coded in xml.
<key>DNS</key>
<dict>
<key>ServerAddresses</key>
<array>
<string>8.8.8.8</string>
<string>8.8.4.4</string>
</array>
</dict>
No comments:
Post a Comment