project_files/HedgewarsMobile/Classes/GameConfigViewController-iPhone.xib
author S.D.
Tue, 27 Sep 2022 14:59:03 +0300
changeset 15878 fc3cb23fd26f
parent 11228 e1bbd85a53b7
permissions -rw-r--r--
Allow to see rooms of incompatible versions in the lobby For the new clients the room version is shown in a separate column. There is also a hack for previous versions clients: the room vesion specifier is prepended to the room names for rooms of incompatible versions, and the server shows 'incompatible version' error if the client tries to join them.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11228
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     2
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8191" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     3
    <dependencies>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     4
        <deployment identifier="iOS"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     5
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     6
    </dependencies>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     7
    <objects>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     8
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="GameConfigViewController">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     9
            <connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    10
                <outlet property="backButton" destination="16" id="JdX-PP-V4d"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    11
                <outlet property="mapConfigViewController" destination="30" id="33"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    12
                <outlet property="schemeWeaponConfigViewController" destination="32" id="35"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    13
                <outlet property="startButton" destination="18" id="0Gc-dB-ioC"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    14
                <outlet property="tabsSegmentedControl" destination="20" id="PVz-zB-sKx"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    15
                <outlet property="teamConfigViewController" destination="31" id="34"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    16
                <outlet property="view" destination="2" id="3"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    17
            </connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    18
        </placeholder>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    19
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    20
        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="2">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    21
            <rect key="frame" x="0.0" y="0.0" width="480" height="320"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    22
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    23
            <subviews>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    24
                <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" barStyle="black" id="15">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    25
                    <rect key="frame" x="0.0" y="276" width="480" height="44"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    26
                    <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    27
                    <animations/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    28
                    <items>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    29
                        <barButtonItem title="Back" id="16">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    30
                            <connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    31
                                <action selector="buttonPressed:" destination="-1" id="17"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    32
                            </connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    33
                        </barButtonItem>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    34
                        <barButtonItem style="plain" systemItem="flexibleSpace" id="22"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    35
                        <barButtonItem style="plain" id="21">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    36
                            <segmentedControl key="customView" opaque="NO" tag="12345" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="0" id="20">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    37
                                <rect key="frame" x="105" y="7" width="270" height="30"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    38
                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    39
                                <animations/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    40
                                <segments>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    41
                                    <segment title="Map"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    42
                                    <segment title="Teams"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    43
                                    <segment title="Details"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    44
                                    <segment title="Help"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    45
                                </segments>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    46
                                <color key="tintColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    47
                                <connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    48
                                    <action selector="segmentPressed:" destination="-1" eventType="valueChanged" id="29"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    49
                                </connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    50
                            </segmentedControl>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    51
                        </barButtonItem>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    52
                        <barButtonItem style="plain" systemItem="flexibleSpace" id="19"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    53
                        <barButtonItem tag="1" title="Start" width="68" style="done" id="18">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    54
                            <connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    55
                                <action selector="buttonPressed:" destination="-1" id="23"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    56
                            </connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    57
                        </barButtonItem>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    58
                    </items>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    59
                </toolbar>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    60
                <view clipsSubviews="YES" contentMode="scaleToFill" id="40" userLabel="TeamConfigViewController View">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    61
                    <rect key="frame" x="0.0" y="0.0" width="480" height="276"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    62
                    <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    63
                    <animations/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    64
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    65
                </view>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    66
                <view clipsSubviews="YES" contentMode="scaleToFill" id="41" userLabel="SchemeWeaponConfigViewController View">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    67
                    <rect key="frame" x="0.0" y="0.0" width="480" height="276"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    68
                    <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    69
                    <animations/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    70
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    71
                </view>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    72
            </subviews>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    73
            <animations/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    74
            <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    75
            <nil key="simulatedStatusBarMetrics"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    76
            <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    77
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    78
            <point key="canvasLocation" x="944" y="504"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    79
        </view>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    80
        <viewController nibName="MapConfigViewController-iPhone" id="30" customClass="MapConfigViewController">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    81
            <extendedEdge key="edgesForExtendedLayout"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    82
            <nil key="simulatedStatusBarMetrics"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    83
            <simulatedToolbarMetrics key="simulatedBottomBarMetrics"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    84
            <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    85
        </viewController>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    86
        <viewController id="31" customClass="TeamConfigViewController">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    87
            <extendedEdge key="edgesForExtendedLayout"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    88
            <nil key="simulatedStatusBarMetrics"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    89
            <simulatedToolbarMetrics key="simulatedBottomBarMetrics" barStyle="black"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    90
            <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    91
            <connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    92
                <outlet property="view" destination="40" id="42"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    93
            </connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    94
        </viewController>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    95
        <viewController id="32" customClass="SchemeWeaponConfigViewController">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    96
            <extendedEdge key="edgesForExtendedLayout"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    97
            <nil key="simulatedStatusBarMetrics"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    98
            <simulatedToolbarMetrics key="simulatedBottomBarMetrics" barStyle="black"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    99
            <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
   100
            <connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
   101
                <outlet property="view" destination="41" id="43"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
   102
            </connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
   103
        </viewController>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
   104
    </objects>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
   105
</document>