xref: /aosp_15_r20/external/grpc-grpc/src/objective-c/examples/Sample/Sample/Base.lproj/Main.storyboard (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7702" systemVersion="14D131" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
3    <dependencies>
4        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
5        <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
6    </dependencies>
7    <scenes>
8        <!--View Controller-->
9        <scene sceneID="tne-QT-ifu">
10            <objects>
11                <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
12                    <layoutGuides>
13                        <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
14                        <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
15                    </layoutGuides>
16                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
17                        <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
18                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
19                        <subviews>
20                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BWr-eN-L3y">
21                                <rect key="frame" x="16" y="20" width="568" height="150"/>
22                                <constraints>
23                                    <constraint firstAttribute="width" constant="385" id="exg-IV-Kl0"/>
24                                </constraints>
25                                <string key="text">Sample app launch finished.
26Check ViewController.m for the gRPC calls made, and the logs of this app for their results.
27(You may need to make XCode's Debug Area visible).</string>
28                                <fontDescription key="fontDescription" type="system" pointSize="17"/>
29                                <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
30                                <nil key="highlightedColor"/>
31                                <variation key="default">
32                                    <mask key="constraints">
33                                        <exclude reference="exg-IV-Kl0"/>
34                                    </mask>
35                                </variation>
36                            </label>
37                        </subviews>
38                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
39                        <constraints>
40                            <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="BWr-eN-L3y" secondAttribute="bottom" constant="430" id="KFC-7p-hRl"/>
41                            <constraint firstAttribute="trailing" secondItem="BWr-eN-L3y" secondAttribute="trailing" constant="16" id="M9C-nN-tFv"/>
42                            <constraint firstItem="BWr-eN-L3y" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" id="SaP-0S-2LK"/>
43                            <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="BWr-eN-L3y" secondAttribute="bottom" id="wjC-O4-kJg"/>
44                            <constraint firstItem="BWr-eN-L3y" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" id="ygF-6t-hrg"/>
45                        </constraints>
46                        <variation key="default">
47                            <mask key="constraints">
48                                <exclude reference="KFC-7p-hRl"/>
49                            </mask>
50                        </variation>
51                    </view>
52                </viewController>
53                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
54            </objects>
55        </scene>
56    </scenes>
57</document>
58