This commit is contained in:
Andrey Blinov
2019-11-20 01:13:59 +07:00
parent e78c12a6d3
commit a5f2dcfcd5
54 changed files with 2065 additions and 80 deletions

View File

@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="CF5-KG-5NR">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
@@ -20,11 +18,60 @@
<view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="v79-x1-1At">
<rect key="frame" x="143" y="318.5" width="89" height="30"/>
<state key="normal" title="Открыть чат"/>
<connections>
<action selector="openChat:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="rqs-4r-zx3"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="v79-x1-1At" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="3ej-DO-1vr"/>
<constraint firstItem="v79-x1-1At" firstAttribute="centerY" secondItem="kh9-bI-dsS" secondAttribute="centerY" id="PbO-vM-iub"/>
</constraints>
</view>
<navigationItem key="navigationItem" id="nXu-ZY-nre"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-282" y="0.0"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="LTZ-JJ-4aY">
<objects>
<navigationController id="CF5-KG-5NR" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="jEK-RZ-gzS">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="vXZ-lx-hvc" kind="relationship" relationship="rootViewController" id="pW9-jq-ayW"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="2rp-H5-efo" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-1049" y="0.0"/>
</scene>
<!--Demo Controller-->
<scene sceneID="ZM2-sP-0gs">
<objects>
<viewController storyboardIdentifier="DemoChatController" id="JEl-mq-3dC" customClass="DemoController" customModule="OnlineChatSdk_Example" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="dsb-8f-mt6"/>
<viewControllerLayoutGuide type="bottom" id="Wcl-xW-9zm"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="u8l-pg-wUQ">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="H6Q-ur-NPy" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="591" y="0.0"/>
</scene>
</scenes>
</document>