Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TableView like the Contacts app in the iPhone

Hey! I'm working on a contacts app. And I want to have the same type of Tableview with the add button. So when the user adds a new contact it will open a new view which will have the standard buttons and textfields etc. How can I make the app add the same functions to every new view? I hope this makes sense!

Thank you in advance!

like image 409
Tapy Avatar asked Feb 02 '11 15:02

Tapy


People also ask

Is there a Contacts app for Iphone?

Access and edit your contacts from personal, business, and other accounts with the Contacts app. Features: Add contacts manually. Or sync them from iCloud, Gmail, Exchange, or your Mac or PC.

What is Tableview in iOS Swift?

Overview. Table views in iOS display rows of vertically scrolling content in a single column. Each row in the table contains one piece of your app's content. For example, the Contacts app displays the name of each contact in a separate row, and the main page of the Settings app displays the available groups of settings ...

What is Tableview section?

UITableView with sections allows us to separate the list into different categories, so the list looks more organized and readable. We can customize sections as per our need, but in this tutorial, we are covering the basic UITableview with sections. Here's is the video if you prefer video over text.

What is the Contacts app used for?

You can use the Contacts app to find someone's contact info or organize contacts with labels like "friends" or "family." Important: You're using an older Android version. Some of these steps work only on Android 9 and up. Learn how to check your Android version.


1 Answers

This is a broad question - I would suggest to study the code in the iPhoneCoreDataRecipes example.

like image 73
phi Avatar answered Sep 30 '22 13:09

phi