Skip to content
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
16 changes: 16 additions & 0 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
0EC7EFD227922FE200F712F3 /* ActiveLabelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EC7EFAF27922FE200F712F3 /* ActiveLabelViewController.swift */; };
0EC7F0AD2792322F00F712F3 /* UtiliKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0EC7F0AC2792322F00F712F3 /* UtiliKit.framework */; };
0EC7F0AE2792323600F712F3 /* UtiliKit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0EC7F0AC2792322F00F712F3 /* UtiliKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
59DAD1252805E26A0097B7FF /* MapDeeplinksViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59DAD1232805E26A0097B7FF /* MapDeeplinksViewController.swift */; };
59DAD1262805E26A0097B7FF /* MapDeeplinks.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 59DAD1242805E26A0097B7FF /* MapDeeplinks.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -96,6 +98,8 @@
0EC7EFAD27922FE200F712F3 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
0EC7EFAF27922FE200F712F3 /* ActiveLabelViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActiveLabelViewController.swift; sourceTree = "<group>"; };
0EC7F0AC2792322F00F712F3 /* UtiliKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = UtiliKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
59DAD1232805E26A0097B7FF /* MapDeeplinksViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MapDeeplinksViewController.swift; sourceTree = "<group>"; };
59DAD1242805E26A0097B7FF /* MapDeeplinks.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = MapDeeplinks.storyboard; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -149,6 +153,7 @@
0EC7EF8127922FE200F712F3 /* ViewController Configuration */ = {
isa = PBXGroup;
children = (
59DAD1222805E26A0097B7FF /* Map Deeplinking */,
0EC7EF8227922FE200F712F3 /* VCViewController.swift */,
0EC7EF8327922FE200F712F3 /* UIStoryboard+Identifiers.swift */,
0EC7EF8427922FE200F712F3 /* InitialViewController.swift */,
Expand Down Expand Up @@ -265,6 +270,15 @@
name = Frameworks;
sourceTree = "<group>";
};
59DAD1222805E26A0097B7FF /* Map Deeplinking */ = {
isa = PBXGroup;
children = (
59DAD1232805E26A0097B7FF /* MapDeeplinksViewController.swift */,
59DAD1242805E26A0097B7FF /* MapDeeplinks.storyboard */,
);
path = "Map Deeplinking";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -327,6 +341,7 @@
files = (
0EC7EFC027922FE200F712F3 /* LaunchScreen.xib in Resources */,
0EC7EFD027922FE200F712F3 /* XibView.xib in Resources */,
59DAD1262805E26A0097B7FF /* MapDeeplinks.storyboard in Resources */,
0EC7EFCD27922FE200F712F3 /* Images.xcassets in Resources */,
0EC7EFB427922FE200F712F3 /* VCTest.storyboard in Resources */,
0EC7EFC127922FE200F712F3 /* Main.storyboard in Resources */,
Expand All @@ -345,6 +360,7 @@
files = (
0EC7EFC827922FE200F712F3 /* WipeTransitionAnimator.swift in Sources */,
0EC7EFD227922FE200F712F3 /* ActiveLabelViewController.swift in Sources */,
59DAD1252805E26A0097B7FF /* MapDeeplinksViewController.swift in Sources */,
0EC7EFCB27922FE200F712F3 /* MapController.swift in Sources */,
0EC7EFBF27922FE200F712F3 /* CollectionViewController.swift in Sources */,
0EC7EFB527922FE200F712F3 /* NamedViewController.swift in Sources */,
Expand Down
31 changes: 21 additions & 10 deletions Example/Sources/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="rdK-4z-16f">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="rdK-4z-16f">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand All @@ -24,6 +24,7 @@
<segue destination="ZgP-fe-jSw" kind="relationship" relationship="viewControllers" id="72I-7a-zWf"/>
<segue destination="Dqa-zH-NSO" kind="relationship" relationship="viewControllers" id="PxL-JI-IGw"/>
<segue destination="A3h-hF-rFy" kind="relationship" relationship="viewControllers" id="5Qf-m2-Hsz"/>
<segue destination="PAR-wi-9S9" kind="relationship" relationship="viewControllers" id="C9N-U4-OA5"/>
</connections>
</tabBarController>
<placeholder placeholderIdentifier="IBFirstResponder" id="z4I-4h-IrJ" userLabel="First Responder" sceneMemberID="firstResponder"/>
Expand Down Expand Up @@ -112,7 +113,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gx9-WO-CwS">
<rect key="frame" x="20" y="10" width="335" height="39"/>
<rect key="frame" x="20" y="10" width="335" height="31"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Defaults" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="odm-z2-vFd">
<rect key="frame" x="0.0" y="0.0" width="335" height="21"/>
Expand All @@ -121,7 +122,7 @@
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BOr-6e-7K3" customClass="ActiveLabel" customModule="UtiliKit">
<rect key="frame" x="0.0" y="31" width="335" height="8"/>
<rect key="frame" x="0.0" y="31" width="335" height="0.0"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
Expand All @@ -139,7 +140,7 @@
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wTm-1B-I0o">
<rect key="frame" x="20" y="69" width="335" height="103"/>
<rect key="frame" x="20" y="61" width="335" height="51"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sUR-Kq-Egw">
<rect key="frame" x="0.0" y="0.0" width="335" height="41"/>
Expand All @@ -150,7 +151,7 @@ finalLineTrailingInset = 100</string>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Rxu-jH-172" customClass="ActiveLabel" customModule="UtiliKit">
<rect key="frame" x="0.0" y="51" width="335" height="52"/>
<rect key="frame" x="0.0" y="51" width="335" height="0.0"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
Expand All @@ -176,7 +177,7 @@ finalLineTrailingInset = 100</string>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6zU-Lg-Pnf">
<rect key="frame" x="20" y="192" width="335" height="143.5"/>
<rect key="frame" x="20" y="132" width="335" height="91.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="p5H-fS-3tV">
<rect key="frame" x="0.0" y="0.0" width="335" height="81.5"/>
Expand All @@ -189,7 +190,7 @@ loadingAnimationDelay = 0</string>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iUK-6D-d4K" customClass="ActiveLabel" customModule="UtiliKit">
<rect key="frame" x="0.0" y="91.5" width="335" height="52"/>
<rect key="frame" x="0.0" y="91.5" width="335" height="0.0"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
Expand Down Expand Up @@ -221,7 +222,7 @@ loadingAnimationDelay = 0</string>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="w3s-YM-FVq">
<rect key="frame" x="20" y="355.5" width="335" height="175.5"/>
<rect key="frame" x="20" y="243.5" width="335" height="111.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fD7-QG-qKS">
<rect key="frame" x="0.0" y="0.0" width="335" height="101.5"/>
Expand All @@ -235,7 +236,7 @@ loadingLineVerticalSpacing = 8</string>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oh1-E6-a27" customClass="ActiveLabel" customModule="UtiliKit">
<rect key="frame" x="0.0" y="111.5" width="335" height="64"/>
<rect key="frame" x="0.0" y="111.5" width="335" height="0.0"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
Expand Down Expand Up @@ -432,6 +433,16 @@ loadingLineVerticalSpacing = 8</string>
</objects>
<point key="canvasLocation" x="230" y="-597"/>
</scene>
<!--MapDeeplinks-->
<scene sceneID="C1G-YK-ro4">
<objects>
<viewControllerPlaceholder storyboardName="MapDeeplinks" id="PAR-wi-9S9" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Item" id="vcK-5E-HCC"/>
</viewControllerPlaceholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="DS8-6Q-7ib" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="870" y="-886"/>
</scene>
<!--ScrollingPageControl-->
<scene sceneID="4iE-Nt-mzt">
<objects>
Expand Down
Loading