[+] Implement delete family

This commit is contained in:
Hykilpikonna
2021-01-24 21:12:24 -05:00
parent 6aed3cf6b4
commit 2bda42b36d
2 changed files with 23 additions and 7 deletions
+11 -2
View File
@@ -1075,7 +1075,7 @@
<rect key="frame" x="20" y="75" width="374" height="575"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="vpv-oC-dfU">
<rect key="frame" x="0.0" y="0.0" width="374" height="70"/>
<rect key="frame" x="0.0" y="0.0" width="374" height="110"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="R2H-k5-27v">
<rect key="frame" x="0.0" y="0.0" width="374" height="30"/>
@@ -1087,12 +1087,21 @@
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="De7-dU-p8j">
<rect key="frame" x="0.0" y="40" width="374" height="30"/>
<state key="normal" title="Leave Family">
<color key="titleColor" systemColor="systemRedColor"/>
<color key="titleColor" systemColor="systemOrangeColor"/>
</state>
<connections>
<action selector="btnLeave:" destination="4ss-Ye-Da4" eventType="touchUpInside" id="YMe-ri-xkZ"/>
</connections>
</button>
<button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mA7-bI-2hr">
<rect key="frame" x="0.0" y="80" width="374" height="30"/>
<state key="normal" title="Delete Family">
<color key="titleColor" systemColor="systemRedColor"/>
</state>
<connections>
<action selector="btnLeave:" destination="4ss-Ye-Da4" eventType="touchUpInside" id="S6Z-gL-u2U"/>
</connections>
</button>
</subviews>
</stackView>
</subviews>