Skip to content

Commit

Permalink
fix another xib in prebook confirmation view
Browse files Browse the repository at this point in the history
  • Loading branch information
BartlomiejSopalaKarhoo committed Jan 14, 2022
1 parent f38b9eb commit b47e0f6
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="Stack View standard spacing" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Expand Down Expand Up @@ -37,7 +35,7 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qQP-mA-J1m">
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qQP-mA-J1m">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<connections>
<action selector="didTapBackground" destination="-1" eventType="touchUpInside" id="UIt-xg-bph"/>
Expand Down Expand Up @@ -246,7 +244,7 @@
</view>
<blurEffect style="dark"/>
</visualEffectView>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fdR-qz-Qfj" customClass="Attributes" customModule="KarhooUISDK" customModuleProvider="target">
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fdR-qz-Qfj" customClass="Attributes" customModule="KarhooUISDK">
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<connections>
Expand All @@ -263,6 +261,7 @@
</connections>
</view>
</subviews>
<viewLayoutGuide key="safeArea" id="Tyb-lB-qWK"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
Expand All @@ -271,7 +270,6 @@
<constraint firstItem="alF-J0-vAo" firstAttribute="bottom" secondItem="sxf-rj-Hl4" secondAttribute="bottom" id="mIT-93-HxE"/>
<constraint firstItem="alF-J0-vAo" firstAttribute="top" secondItem="sxf-rj-Hl4" secondAttribute="top" id="sgM-fS-JgZ"/>
</constraints>
<viewLayoutGuide key="safeArea" id="Tyb-lB-qWK"/>
<point key="canvasLocation" x="-250.40000000000001" y="44.527736131934034"/>
</view>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
Expand Down

0 comments on commit b47e0f6

Please sign in to comment.