diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-31 05:02:39 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-31 05:02:39 +0000 |
| commit | 54b7376a697c9711bdd95e6346b0ebe96e912675 (patch) | |
| tree | fd412017d63f67143d49d57aecf805c894614285 /Common/NativeApp/Apple/Data/iOS | |
| parent | Updated readme with Vulkan on iOS configuration instructions (diff) | |
| download | DiligentEngine-54b7376a697c9711bdd95e6346b0ebe96e912675.tar.gz DiligentEngine-54b7376a697c9711bdd95e6346b0ebe96e912675.zip | |
Updated Button positions in iOS app
Diffstat (limited to 'Common/NativeApp/Apple/Data/iOS')
| -rw-r--r-- | Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard b/Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard index 026129a..78a30e4 100644 --- a/Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard +++ b/Common/NativeApp/Apple/Data/iOS/Base.lproj/Main.storyboard @@ -21,22 +21,22 @@ <rect key="frame" x="0.0" y="0.0" width="375" height="812"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CtC-44-7bh" userLabel="OpenGLES"> - <rect key="frame" x="43" y="270" width="289" height="119"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> - <state key="normal" title="Button" image="opengles-logo.png"/> - <connections> - <action selector="goOpenGLES:" destination="XIi-06-RrN" eventType="touchUpInside" id="Mad-GE-H0I"/> - </connections> - </button> <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Exn-mx-E3B" userLabel="Vulkan"> - <rect key="frame" x="36" y="425" width="302" height="120"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <rect key="frame" x="37" y="543" width="302" height="120"/> + <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/> <state key="normal" title="Button" image="vulkan-logo.png"/> <connections> <action selector="goVulkan:" destination="XIi-06-RrN" eventType="touchUpInside" id="jsv-Uc-EF5"/> </connections> </button> + <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CtC-44-7bh" userLabel="OpenGLES"> + <rect key="frame" x="43" y="198" width="289" height="119"/> + <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/> + <state key="normal" title="Button" image="opengles-logo.png"/> + <connections> + <action selector="goOpenGLES:" destination="XIi-06-RrN" eventType="touchUpInside" id="Mad-GE-H0I"/> + </connections> + </button> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> </view> |
