add view controller
This commit is contained in:
parent
8aabac2404
commit
06a1fe1077
Binary file not shown.
7
Friendvatars/FriendsViewController.storyboard
Normal file
7
Friendvatars/FriendsViewController.storyboard
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
||||||
|
<dependencies>
|
||||||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/>
|
||||||
|
</dependencies>
|
||||||
|
<scenes/>
|
||||||
|
</document>
|
@ -32,9 +32,7 @@ final class FriendsViewController: UITableViewController {
|
|||||||
action: #selector(signOut)
|
action: #selector(signOut)
|
||||||
)
|
)
|
||||||
|
|
||||||
friends = [
|
|
||||||
User(name: "Bob Appleseed", email: "ryha26+bob@gmail.com")
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Actions
|
// MARK: - Actions
|
||||||
|
Loading…
Reference in New Issue
Block a user