Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title background colour property added #319

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
Expand All @@ -676,7 +676,7 @@
PRODUCT_BUNDLE_IDENTIFIER = net.skyscanner.SkyFloatingLabelTextField;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.0;
};
name = Release;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="hHc-fl-Wyp">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="hHc-fl-Wyp">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand Down Expand Up @@ -892,7 +892,7 @@ In this example an icon label is added and placeholder label and textfield are p
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<containerView key="tableHeaderView" opaque="NO" contentMode="scaleToFill" misplaced="YES" id="pEh-Bj-WOF">
<rect key="frame" x="0.0" y="0.0" width="400" height="289"/>
<rect key="frame" x="0.0" y="-67" width="425" height="289"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<connections>
<segue destination="Xf7-hu-W0W" kind="embed" id="xe8-ss-8aS"/>
Expand Down Expand Up @@ -1088,11 +1088,11 @@ In this example an icon label is added and placeholder label and textfield are p
<viewControllerLayoutGuide type="bottom" id="FS4-AH-FdX"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="dkS-M1-t0L">
<rect key="frame" x="0.0" y="0.0" width="400" height="289"/>
<rect key="frame" x="0.0" y="0.0" width="425" height="289"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" adjustsFontSizeToFit="NO" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="drh-wZ-CMd" customClass="SkyFloatingLabelTextFieldWithIcon" customModule="SkyFloatingLabelTextFieldExample" customModuleProvider="target">
<rect key="frame" x="20" y="0.0" width="170" height="43"/>
<rect key="frame" x="16" y="0.0" width="161.5" height="43"/>
<constraints>
<constraint firstAttribute="height" constant="43" id="wj1-vc-MMi"/>
</constraints>
Expand All @@ -1104,7 +1104,7 @@ In this example an icon label is added and placeholder label and textfield are p
</userDefinedRuntimeAttributes>
</textField>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" adjustsFontSizeToFit="NO" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Lvb-XU-w6i" customClass="SkyFloatingLabelTextFieldWithIcon" customModule="SkyFloatingLabelTextFieldExample" customModuleProvider="target">
<rect key="frame" x="210" y="0.0" width="170" height="43"/>
<rect key="frame" x="197.5" y="0.0" width="161.5" height="43"/>
<constraints>
<constraint firstAttribute="height" constant="43" id="6bd-aa-7iG"/>
</constraints>
Expand All @@ -1116,7 +1116,7 @@ In this example an icon label is added and placeholder label and textfield are p
</userDefinedRuntimeAttributes>
</textField>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" adjustsFontSizeToFit="NO" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="zfK-4h-0I4" customClass="SkyFloatingLabelTextField" customModule="SkyFloatingLabelTextFieldExample" customModuleProvider="target">
<rect key="frame" x="20" y="73" width="50" height="43"/>
<rect key="frame" x="16" y="73" width="50" height="43"/>
<constraints>
<constraint firstAttribute="width" constant="50" id="8Ie-A0-pGY"/>
<constraint firstAttribute="height" constant="43" id="jV2-NI-7eO"/>
Expand All @@ -1129,7 +1129,7 @@ In this example an icon label is added and placeholder label and textfield are p
</userDefinedRuntimeAttributes>
</textField>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" adjustsFontSizeToFit="NO" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="VnD-me-4jL" customClass="SkyFloatingLabelTextField" customModule="SkyFloatingLabelTextFieldExample" customModuleProvider="target">
<rect key="frame" x="90" y="73" width="135" height="43"/>
<rect key="frame" x="86" y="73" width="126.5" height="43"/>
<constraints>
<constraint firstAttribute="height" constant="43" id="tg1-wG-kuz"/>
</constraints>
Expand All @@ -1141,7 +1141,7 @@ In this example an icon label is added and placeholder label and textfield are p
</userDefinedRuntimeAttributes>
</textField>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" adjustsFontSizeToFit="NO" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Fap-Uh-ovw" customClass="SkyFloatingLabelTextField" customModule="SkyFloatingLabelTextFieldExample" customModuleProvider="target">
<rect key="frame" x="245" y="73" width="135" height="43"/>
<rect key="frame" x="232.5" y="73" width="126.5" height="43"/>
<constraints>
<constraint firstAttribute="height" constant="43" id="aLO-rq-CQS"/>
</constraints>
Expand All @@ -1156,7 +1156,7 @@ In this example an icon label is added and placeholder label and textfield are p
</connections>
</textField>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1tu-Rl-onB">
<rect key="frame" x="280" y="156" width="100" height="30"/>
<rect key="frame" x="259" y="156" width="100" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="100" id="bRc-N7-vw9"/>
</constraints>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Loading