Skip to content
Snippets Groups Projects

Authentication appears when pressing game center button.

Closed Lukas Woyke requested to merge 29-improvement-game-center-integration into master
5 files
+ 45
58
Compare changes
  • Side-by-side
  • Inline

Files

@@ -69,7 +69,7 @@
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
<connections>
<segue destination="seU-tb-KM0" kind="show" id="Idu-2h-ODn"/>
<action selector="playUsingGameCenter:" destination="o8W-9y-vDB" eventType="touchUpInside" id="nRl-MA-s0n"/>
</connections>
</button>
</subviews>
@@ -88,6 +88,9 @@
<navigationItem key="navigationItem" largeTitleDisplayMode="never" id="gKw-7I-Z75">
<barButtonItem key="backBarButtonItem" title=" " id="B5W-XM-9lR"/>
</navigationItem>
<connections>
<segue destination="seU-tb-KM0" kind="show" identifier="showCharacterViewController" id="IHN-la-nvC"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="jND-c1-4BM" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
@@ -240,40 +243,17 @@
<constraint firstItem="9yQ-lx-WNK" firstAttribute="height" secondItem="dm1-eh-h7O" secondAttribute="height" id="UHh-IK-wJJ"/>
</constraints>
</stackView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mxU-nb-wzm" customClass="RoundedRectangleButton" customModule="Better_Together" customModuleProvider="target">
<rect key="frame" x="60" y="329" width="185" height="48"/>
<color key="backgroundColor" red="0.8862745098" green="0.90980392160000001" blue="0.94117647059999998" alpha="0.84705882349999995" colorSpace="custom" customColorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="48" id="M5J-Z9-GK8"/>
<constraint firstAttribute="width" constant="185" id="frU-rf-AHV"/>
</constraints>
<fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
<color key="tintColor" red="0.92169082160000004" green="0.93685525660000002" blue="0.96078890559999997" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
<state key="normal" title="Join Game">
<color key="titleColor" red="0.23183304069999999" green="0.2810310721" blue="0.35295194390000001" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
</state>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
<real key="value" value="16"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
<connections>
<action selector="joinGame:" destination="JUC-0X-n97" eventType="touchUpInside" id="Sw8-Iw-L7f"/>
</connections>
</button>
</subviews>
<viewLayoutGuide key="safeArea" id="eaH-hG-c3e"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="k5K-SL-clB" firstAttribute="top" relation="greaterThanOrEqual" secondItem="eaH-hG-c3e" secondAttribute="top" constant="16" id="3Fj-Bu-USK"/>
<constraint firstItem="mxU-nb-wzm" firstAttribute="leading" secondItem="eaH-hG-c3e" secondAttribute="leading" constant="16" id="3xg-WV-g9i"/>
<constraint firstItem="eaH-hG-c3e" firstAttribute="trailing" secondItem="k5K-SL-clB" secondAttribute="trailing" priority="250" constant="16" id="NfJ-AL-j46"/>
<constraint firstItem="k5K-SL-clB" firstAttribute="leading" secondItem="xuZ-Hp-AlI" secondAttribute="leadingMargin" id="SCk-Zj-t6W"/>
<constraint firstItem="eaH-hG-c3e" firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="k5K-SL-clB" secondAttribute="bottom" constant="16" id="Soc-nM-Oi9"/>
<constraint firstItem="eaH-hG-c3e" firstAttribute="bottom" secondItem="k5K-SL-clB" secondAttribute="bottom" priority="250" constant="16" id="cGr-3Z-hAL"/>
<constraint firstItem="k5K-SL-clB" firstAttribute="centerY" secondItem="eaH-hG-c3e" secondAttribute="centerY" id="ePh-Hc-c3Y"/>
<constraint firstItem="k5K-SL-clB" firstAttribute="centerX" secondItem="eaH-hG-c3e" secondAttribute="centerX" id="gkJ-Nu-ZKY"/>
<constraint firstItem="eaH-hG-c3e" firstAttribute="bottom" secondItem="mxU-nb-wzm" secondAttribute="bottom" constant="16" id="kTi-KP-f64"/>
<constraint firstItem="eaH-hG-c3e" firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="k5K-SL-clB" secondAttribute="trailing" constant="16" id="mBC-nX-LVP"/>
<constraint firstItem="k5K-SL-clB" firstAttribute="top" secondItem="eaH-hG-c3e" secondAttribute="top" priority="250" constant="16" id="ucY-nO-Hg8"/>
<constraint firstItem="k5K-SL-clB" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="eaH-hG-c3e" secondAttribute="leading" constant="16" id="wla-wH-zuq"/>
@@ -310,12 +290,9 @@
<designable name="dm1-eh-h7O">
<size key="intrinsicContentSize" width="66" height="34"/>
</designable>
<designable name="mxU-nb-wzm">
<size key="intrinsicContentSize" width="91" height="34"/>
</designable>
</designables>
<inferredMetricsTieBreakers>
<segue reference="yBd-mM-W8c"/>
<segue reference="PMm-um-m5d"/>
<segue reference="FTU-gy-65y"/>
</inferredMetricsTieBreakers>
<resources>
Loading