Displaying 'n' number of UIView on a button click
In my app's add contact page, i am accepting address of the contact. i
have a feature to add additional addresses when "Add additional Address"
button is clicked. The concept is that the user can add any number of
additional addresses. The user has to keep clicking the button to open a
separate UIView which has the fields req to accept additional address. So
the user has to click on the "Add Additional Address" button to keep
adding the address. There has to be one UIView which has to be used again
and again on clicking the button right? How to do this?
No comments:
Post a Comment