[+] Link deleteAccount button

This commit is contained in:
Hykilpikonna
2021-01-22 18:10:27 -05:00
parent 16046f7375
commit a774446a30
2 changed files with 11 additions and 0 deletions
+8
View File
@@ -162,4 +162,12 @@ class ManageVC: UIViewController
{
AccountViewController.this.logout()
}
/**
Called when the user clicks the delete account button
*/
@IBAction func deleteAccount(_ sender: Any)
{
}
}
+3
View File
@@ -742,6 +742,9 @@
<state key="normal" title="Delete Account">
<color key="titleColor" systemColor="systemRedColor"/>
</state>
<connections>
<action selector="deleteAccount:" destination="3gV-kF-UbK" eventType="touchUpInside" id="iQ9-m9-VIm"/>
</connections>
</button>
</subviews>
</stackView>