I am starting to look at adding the ability to display a membership card in one of my apps. The user would enter their name and membership number. Those values would be passed to a SQL query executed by a PHP script which would return the results as JSON. What I need to figure out is how to display the membership card with that users info from the parsed JSON. There will also be an option to save the card so that the user can pull their card up within the app without having to put in their name and membership number each time. I know how to go about saving the info to user defaults. I just need to figure out how to display the card with the right info.