fixed the discovery and listening phase of party creation, now just need to repair music playing, and loading scenes
@ -81,6 +81,7 @@ class HomeScreenViewController: UIViewController, PartyServiceManagerDelegate {
|
|||||||
self.partyData = (self.tabBarController as? HomeTabController)!.partyData
|
self.partyData = (self.tabBarController as? HomeTabController)!.partyData
|
||||||
self.friendData = (self.tabBarController as? HomeTabController)!.friendData
|
self.friendData = (self.tabBarController as? HomeTabController)!.friendData
|
||||||
self.requestData = (self.tabBarController as? HomeTabController)!.requestData
|
self.requestData = (self.tabBarController as? HomeTabController)!.requestData
|
||||||
|
self.partyData.delegate = self
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
22
GetHip/Images-3.xcassets/CurrentlyPlaying/HomeButton.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Home Copy@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Home Copy@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/CurrentlyPlaying/HomeButton.imageset/Home Copy@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
GetHip/Images-3.xcassets/CurrentlyPlaying/HomeButton.imageset/Home Copy@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
21
GetHip/Images-3.xcassets/CurrentlyPlaying/PauseButton.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Pause-52.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/CurrentlyPlaying/PauseButton.imageset/Pause-52.png
vendored
Normal file
|
After Width: | Height: | Size: 317 B |
21
GetHip/Images-3.xcassets/CurrentlyPlaying/PlayButton.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Play-52.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/CurrentlyPlaying/PlayButton.imageset/Play-52.png
vendored
Normal file
|
After Width: | Height: | Size: 364 B |
23
GetHip/Images-3.xcassets/FriendRequests/SendFriendRequest.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Send.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Send@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Send@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/FriendRequests/SendFriendRequest.imageset/Send.png
vendored
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
GetHip/Images-3.xcassets/FriendRequests/SendFriendRequest.imageset/Send@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
GetHip/Images-3.xcassets/FriendRequests/SendFriendRequest.imageset/Send@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 8.6 KiB |
23
GetHip/Images-3.xcassets/HomeScreen/HomeScreenCreate.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Create.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Create@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Create@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/HomeScreen/HomeScreenCreate.imageset/Create.png
vendored
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
GetHip/Images-3.xcassets/HomeScreen/HomeScreenCreate.imageset/Create@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
GetHip/Images-3.xcassets/HomeScreen/HomeScreenCreate.imageset/Create@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
21
GetHip/Images-3.xcassets/HomeScreen/HomeScreenFULL.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Size Ref.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/HomeScreen/HomeScreenFULL.imageset/Size Ref.png
vendored
Normal file
|
After Width: | Height: | Size: 91 KiB |
23
GetHip/Images-3.xcassets/HomeScreen/HomeScreenStar.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Star.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Star@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Star@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/HomeScreen/HomeScreenStar.imageset/Star.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
GetHip/Images-3.xcassets/HomeScreen/HomeScreenStar.imageset/Star@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
GetHip/Images-3.xcassets/HomeScreen/HomeScreenStar.imageset/Star@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
22
GetHip/Images-3.xcassets/HomeScreen/HomeScreenTurnTable.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Turntable@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Turntable@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/HomeScreen/HomeScreenTurnTable.imageset/Turntable@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
GetHip/Images-3.xcassets/HomeScreen/HomeScreenTurnTable.imageset/Turntable@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
GetHip/Images-3.xcassets/InParty/AddMore.imageset/Add More.png
vendored
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
GetHip/Images-3.xcassets/InParty/AddMore.imageset/Add More@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
GetHip/Images-3.xcassets/InParty/AddMore.imageset/Add More@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
23
GetHip/Images-3.xcassets/InParty/AddMore.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Add More.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Add More@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Add More@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/InvitedToJoin/CheckMark.imageset/Accept.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
GetHip/Images-3.xcassets/InvitedToJoin/CheckMark.imageset/Accept@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
GetHip/Images-3.xcassets/InvitedToJoin/CheckMark.imageset/Accept@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
23
GetHip/Images-3.xcassets/InvitedToJoin/CheckMark.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Accept.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Accept@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Accept@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
23
GetHip/Images-3.xcassets/InvitedToJoin/FriendsIcon.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Group.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Group@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Group@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/InvitedToJoin/FriendsIcon.imageset/Group.png
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
GetHip/Images-3.xcassets/InvitedToJoin/FriendsIcon.imageset/Group@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
GetHip/Images-3.xcassets/InvitedToJoin/FriendsIcon.imageset/Group@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
21
GetHip/Images-3.xcassets/InvitedToJoin/InvitedToJoinFULL.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Pro Pic.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/InvitedToJoin/InvitedToJoinFULL.imageset/Pro Pic.png
vendored
Normal file
|
After Width: | Height: | Size: 182 KiB |
22
GetHip/Images-3.xcassets/InvitedToJoin/SettingsIcon.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Group@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Group@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/InvitedToJoin/SettingsIcon.imageset/Group@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
GetHip/Images-3.xcassets/InvitedToJoin/SettingsIcon.imageset/Group@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
GetHip/Images-3.xcassets/InvitedToJoin/XMark.imageset/Cancel.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
GetHip/Images-3.xcassets/InvitedToJoin/XMark.imageset/Cancel@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
GetHip/Images-3.xcassets/InvitedToJoin/XMark.imageset/Cancel@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
23
GetHip/Images-3.xcassets/InvitedToJoin/XMark.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Cancel.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Cancel@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Cancel@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
23
GetHip/Images-3.xcassets/JoingAParty/JoingAParty.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Joining.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Joining@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Joining@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/JoingAParty/JoingAParty.imageset/Joining.png
vendored
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
GetHip/Images-3.xcassets/JoingAParty/JoingAParty.imageset/Joining@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
GetHip/Images-3.xcassets/JoingAParty/JoingAParty.imageset/Joining@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 33 KiB |
21
GetHip/Images-3.xcassets/JoingAParty/JoingAPartyFull.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Joining Party.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/JoingAParty/JoingAPartyFull.imageset/Joining Party.png
vendored
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
GetHip/Images-3.xcassets/LoadingPartyScene/Cancel.imageset/Cancel.png
vendored
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
GetHip/Images-3.xcassets/LoadingPartyScene/Cancel.imageset/Cancel@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
GetHip/Images-3.xcassets/LoadingPartyScene/Cancel.imageset/Cancel@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 10 KiB |
23
GetHip/Images-3.xcassets/LoadingPartyScene/Cancel.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Cancel.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Cancel@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Cancel@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/LoadingPartyScene/ChangeSong.imageset/Change Song.png
vendored
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
GetHip/Images-3.xcassets/LoadingPartyScene/ChangeSong.imageset/Change Song@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
GetHip/Images-3.xcassets/LoadingPartyScene/ChangeSong.imageset/Change Song@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
23
GetHip/Images-3.xcassets/LoadingPartyScene/ChangeSong.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Change Song.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Change Song@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Change Song@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
21
GetHip/Images-3.xcassets/Login/SignInFULL.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Logo spacing.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/Login/SignInFULL.imageset/Logo spacing.png
vendored
Normal file
|
After Width: | Height: | Size: 74 KiB |
23
GetHip/Images-3.xcassets/Login/SignInLogo.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Logo.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Logo@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Logo@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/Login/SignInLogo.imageset/Logo.png
vendored
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
GetHip/Images-3.xcassets/Login/SignInLogo.imageset/Logo@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
GetHip/Images-3.xcassets/Login/SignInLogo.imageset/Logo@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 41 KiB |
23
GetHip/Images-3.xcassets/NoNewFriends/NoNewFriends.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "No Friend Requests 6+.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "No Friend Requests 6+@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "No Friend Requests 6+@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/NoNewFriends/NoNewFriends.imageset/No Friend Requests 6+.png
vendored
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
GetHip/Images-3.xcassets/NoNewFriends/NoNewFriends.imageset/No Friend Requests 6+@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
GetHip/Images-3.xcassets/NoNewFriends/NoNewFriends.imageset/No Friend Requests 6+@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 73 KiB |
23
GetHip/Images-3.xcassets/SendInvites/SendInvitesButton.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Send Invites.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Send Invites@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Send Invites@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/SendInvites/SendInvitesButton.imageset/Send Invites.png
vendored
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
GetHip/Images-3.xcassets/SendInvites/SendInvitesButton.imageset/Send Invites@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
GetHip/Images-3.xcassets/SendInvites/SendInvitesButton.imageset/Send Invites@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 11 KiB |
23
GetHip/Images-3.xcassets/SendInvites/SendInvitesTapCircle.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "Tap Circle.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "Tap Circle@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "Tap Circle@3x.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
GetHip/Images-3.xcassets/SendInvites/SendInvitesTapCircle.imageset/Tap Circle.png
vendored
Normal file
|
After Width: | Height: | Size: 828 B |
BIN
GetHip/Images-3.xcassets/SendInvites/SendInvitesTapCircle.imageset/Tap Circle@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
GetHip/Images-3.xcassets/SendInvites/SendInvitesTapCircle.imageset/Tap Circle@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
@ -1276,13 +1276,13 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<tableView clipsSubviews="YES" contentMode="scaleToFill" ambiguous="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="n64-qL-raO">
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" ambiguous="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="n64-qL-raO">
|
||||||
<rect key="frame" x="0.0" y="64" width="348" height="465"/>
|
<rect key="frame" x="0.0" y="64" width="320" height="465"/>
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||||
<constraints>
|
<constraints>
|
||||||
<constraint firstAttribute="width" secondItem="n64-qL-raO" secondAttribute="height" multiplier="40:71" constant="85.633802816901408" id="4zb-FR-IKu"/>
|
<constraint firstAttribute="width" secondItem="n64-qL-raO" secondAttribute="height" multiplier="40:71" constant="58.028169014084483" id="4zb-FR-IKu"/>
|
||||||
</constraints>
|
</constraints>
|
||||||
<searchBar key="tableHeaderView" contentMode="redraw" id="fQ0-dw-Xa4">
|
<searchBar key="tableHeaderView" contentMode="redraw" id="fQ0-dw-Xa4">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="348" height="44"/>
|
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
||||||
<textInputTraits key="textInputTraits"/>
|
<textInputTraits key="textInputTraits"/>
|
||||||
<connections>
|
<connections>
|
||||||
|
|||||||
@ -270,6 +270,13 @@ class TestInviteFriendsController: UIViewController, UITableViewDelegate, UITabl
|
|||||||
extension TestInviteFriendsController: PartyServiceManagerDelegate {
|
extension TestInviteFriendsController: PartyServiceManagerDelegate {
|
||||||
|
|
||||||
func foundPeer() {
|
func foundPeer() {
|
||||||
|
//case where friend is nearby and detected after party is started and none were found before
|
||||||
|
if(self.partyData.isInvitable.count == 0){
|
||||||
|
for i in 0..<self.frnds.count{
|
||||||
|
self.partyData.isInvitable.append(false)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
for foundPeer in self.partyData.foundPeers {
|
for foundPeer in self.partyData.foundPeers {
|
||||||
for friend in self.frnds {
|
for friend in self.frnds {
|
||||||
if foundPeer.displayName == friend.displayName {
|
if foundPeer.displayName == friend.displayName {
|
||||||
|
|||||||