diff --git a/Friendvatars.xcworkspace/xcuserdata/dawidkubicki.xcuserdatad/UserInterfaceState.xcuserstate b/Friendvatars.xcworkspace/xcuserdata/dawidkubicki.xcuserdatad/UserInterfaceState.xcuserstate index 838bf8f..652272c 100644 Binary files a/Friendvatars.xcworkspace/xcuserdata/dawidkubicki.xcuserdatad/UserInterfaceState.xcuserstate and b/Friendvatars.xcworkspace/xcuserdata/dawidkubicki.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Friendvatars/FriendsViewController.storyboard b/Friendvatars/FriendsViewController.storyboard new file mode 100644 index 0000000..f9a048e --- /dev/null +++ b/Friendvatars/FriendsViewController.storyboard @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Friendvatars/FriendsViewController.swift b/Friendvatars/FriendsViewController.swift index 6307834..12458f3 100644 --- a/Friendvatars/FriendsViewController.swift +++ b/Friendvatars/FriendsViewController.swift @@ -32,9 +32,7 @@ final class FriendsViewController: UITableViewController { action: #selector(signOut) ) - friends = [ - User(name: "Bob Appleseed", email: "ryha26+bob@gmail.com") - ] + } // MARK: - Actions