Please enable JavaScript.
Coggle requires JavaScript to display documents.
UITableView (PlistLoader.swift (class PlistLoader (func array() (Building…
UITableView
PlistLoader.swift
class PlistLoader
func array()
Building a path to transfer data from database to xcode
return the data as a form of an array of dictionaries
class ContactsSource
Segue: Data transfer from Master to Detail
Using this function
func prepare(for segue: UIStoryboardSegue, sender: Any?)
Identifier
key to connecting those two controllers
indexPath
When the user has tapped a certain contact, the section and row will be captured and used to the index for contact
navigation controller
To send the contact data selected, give the segue destination.
ContactListController(Master)
ContactDetailController(Detail)
Delegation Design Pattern:
Data transfer from Detail to Master
Contact
ContactCell