Xcode – How to hide/show text field in swift using a switch
Question 1. How can I use a switch to hide/show a text field in Swift? Question 2. How can I make the text field area be hidden and shown dynamically? btw: I'm working on Swift storyboard. My problem was caused…