people()
Returns an array of all the people in the Address Book database.
Declaration
func people() -> [Any]!Return Value
An array of all the people in the Address Book database.
Discussion
If the database doesn’t contain any people, this method returns an empty array.