Is it possible make an xml field non editable in IOS



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


enter image description here


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