mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
SegmentedViewController allow scrollview content to be visible under home indicator
Signed-off-by: ismailgulek <gulekismail@gmail.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
||||
<device id="retina4_7" orientation="portrait" appearance="light"/>
|
||||
<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>
|
||||
<dependencies>
|
||||
<deployment identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
|
||||
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
</dependencies>
|
||||
@@ -38,13 +40,13 @@
|
||||
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<accessibility key="accessibilityConfiguration" identifier="SegmentedVCView"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="Hbe-uP-aJY" secondAttribute="bottom" id="8QF-68-2kk"/>
|
||||
<constraint firstItem="Hbe-uP-aJY" firstAttribute="leading" secondItem="ynH-uD-aQj" secondAttribute="leading" id="HTN-hD-pve"/>
|
||||
<constraint firstItem="ynH-uD-aQj" firstAttribute="trailing" secondItem="7bG-Zq-SY7" secondAttribute="trailing" id="Kpl-1R-udg"/>
|
||||
<constraint firstItem="Hbe-uP-aJY" firstAttribute="top" secondItem="ynH-uD-aQj" secondAttribute="bottom" id="Ovm-KQ-gUw"/>
|
||||
<constraint firstItem="Hbe-uP-aJY" firstAttribute="trailing" secondItem="7bG-Zq-SY7" secondAttribute="trailing" id="Zf7-7o-Hha"/>
|
||||
<constraint firstItem="ynH-uD-aQj" firstAttribute="top" secondItem="1TG-Rn-axS" secondAttribute="top" id="eLe-5q-IfV"/>
|
||||
<constraint firstItem="ynH-uD-aQj" firstAttribute="leading" secondItem="7bG-Zq-SY7" secondAttribute="leading" id="rNX-dS-um7"/>
|
||||
<constraint firstItem="Hbe-uP-aJY" firstAttribute="bottom" secondItem="7bG-Zq-SY7" secondAttribute="bottom" id="xXH-uI-NOL"/>
|
||||
<constraint firstItem="Hbe-uP-aJY" firstAttribute="leading" secondItem="7bG-Zq-SY7" secondAttribute="leading" id="zce-Xb-axo"/>
|
||||
</constraints>
|
||||
<viewLayoutGuide key="safeArea" id="7bG-Zq-SY7"/>
|
||||
|
||||
Reference in New Issue
Block a user