Hello, I need some help regarding adding a control to UIViewController screen dynamically. So i have a UI Text Field and a button . I enter some value in the text field, then click button .This button should add the entered value to the core data in the backend ,clear the text field and also show it below, the just added value. I mean show user what he just added. I have to do like that suppose 20 times. So i want like a table with 5 rows and 4 values . So how is this possible in iOS ? I am not getting an idea. Please let me know if any of you knows/done this before.Thanks