Did Apple take away the option of container view from object library? I am not seeing it on my XCode 8.
I wish to have a functionality, where the user types something on a text field. Once they are done typing, a request would be sent to server and if the response has the data, it would be displayed on multiple labels below the text field. I want to hide all these labels until the response we get is successful. So, I was thinking of putting all the labels in a container view and hiding it.
Any other options I could use here?
I wish to have a functionality, where the user types something on a text field. Once they are done typing, a request would be sent to server and if the response has the data, it would be displayed on multiple labels below the text field. I want to hide all these labels until the response we get is successful. So, I was thinking of putting all the labels in a container view and hiding it.
Any other options I could use here?