mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-17 22:39:50 +02:00
Add 2048 Game
This commit is contained in:
20
Examples/2048 Game/SwiftUI2048/MainMenu.xib
Executable file
20
Examples/2048 Game/SwiftUI2048/MainMenu.xib
Executable file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14810.11" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
||||
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
||||
<dependencies>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14766.13"/>
|
||||
</dependencies>
|
||||
<objects>
|
||||
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="AppDelegate" customModule="_048"/>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
||||
<command title="New Game" input="n" id="TrP-zF-WNW">
|
||||
<keyModifierFlags key="modifierFlags" command="YES"/>
|
||||
<alternates>
|
||||
<commandAlternate title="a" actionName="newGame:" id="Fnd-9b-r2T"/>
|
||||
</alternates>
|
||||
<connections>
|
||||
<action selector="newGame:" destination="-2" id="AQs-UV-nU7"/>
|
||||
</connections>
|
||||
</command>
|
||||
</objects>
|
||||
</document>
|
||||
Reference in New Issue
Block a user