This commit is contained in:
Max Hunt 2019-05-30 12:02:57 +01:00
parent 6973609628
commit 872fe413a4
2 changed files with 5 additions and 3 deletions

View File

@ -267,8 +267,8 @@
<color key="titleColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="titleColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state> </state>
<connections> <connections>
<action selector="settingsBtnPressed:" destination="Ovf-sw-BKp" eventType="touchUpInside" id="JJd-Hf-lGh"/> <action selector="settingsBtnPressed:" destination="Ovf-sw-BKp" eventType="touchUpInside" id="yIK-aC-7Dm"/>
<segue destination="C7R-cA-IIg" kind="popoverPresentation" popoverAnchorView="hHS-Ml-slu" id="OaP-VF-l5T"> <segue destination="C7R-cA-IIg" kind="popoverPresentation" popoverAnchorView="hHS-Ml-slu" id="FID-Km-WAM">
<popoverArrowDirection key="popoverArrowDirection" up="YES" down="YES" left="YES" right="YES"/> <popoverArrowDirection key="popoverArrowDirection" up="YES" down="YES" left="YES" right="YES"/>
</segue> </segue>
</connections> </connections>
@ -433,7 +433,7 @@
</scenes> </scenes>
<resources> <resources>
<image name="LoadScreen" width="294.66665649414062" height="638"/> <image name="LoadScreen" width="294.66665649414062" height="638"/>
<image name="appLogo" width="1024" height="1024"/> <image name="appLogo" width="341.33334350585938" height="341.33334350585938"/>
<image name="blank" width="314.66665649414062" height="76"/> <image name="blank" width="314.66665649414062" height="76"/>
<image name="circle" width="575.33331298828125" height="568.33331298828125"/> <image name="circle" width="575.33331298828125" height="568.33331298828125"/>
<image name="guibeWord" width="250.66667175292969" height="100"/> <image name="guibeWord" width="250.66667175292969" height="100"/>

View File

@ -59,6 +59,8 @@ class MainViewController: UIViewController, AVAudioPlayerDelegate {
UIView.animate(withDuration: 0.2, animations: {self.menuWindowView.alpha = 0.0}) UIView.animate(withDuration: 0.2, animations: {self.menuWindowView.alpha = 0.0})
dismissBtn.isHidden = true dismissBtn.isHidden = true
} }
@IBAction func settingsBtnPressed(_ sender: Any) {
}
// ACTIONS--------------ACTIONS // ACTIONS--------------ACTIONS
override func viewDidLoad() { override func viewDidLoad() {