Is there a way that I can achieve this in iOS.
for example when a user switch on a switch the view will automatically unhide itself or vice versa.
*(UITextField) (Switch)
-(UITextField) //this is the view that will be hidden/unhidden
-(UITextField) //this is the view that will be hidden/unhidden
I hope someone can help me.