Commit dbae7f08 by Daniel Dahan

updated sample Storyboard projects

parent a7f3fc45
......@@ -19,6 +19,19 @@
9AC456231D9DD82100A7ABF0 /* SearchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AC4561D1D9DD82100A7ABF0 /* SearchViewController.swift */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
9643A7351DA3F96E00D0E770 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
9AC456031D9DD77C00A7ABF0 /* BottomNavigationController.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BottomNavigationController.app; sourceTree = BUILT_PRODUCTS_DIR; };
9AC456061D9DD77C00A7ABF0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
......@@ -89,6 +102,7 @@
9AC455FF1D9DD77C00A7ABF0 /* Sources */,
9AC456001D9DD77C00A7ABF0 /* Frameworks */,
9AC456011D9DD77C00A7ABF0 /* Resources */,
9643A7351DA3F96E00D0E770 /* Embed Frameworks */,
);
buildRules = (
);
......
......@@ -2,6 +2,16 @@
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
......
......@@ -87,11 +87,7 @@
9A0572861D99E64100341332 /* Sources */,
9A0572871D99E64100341332 /* Frameworks */,
9A0572881D99E64100341332 /* Resources */,
<<<<<<< cc3fd2fe5e27414c35c3f3d5e5f4d5df15ae0f62
9690B4151D99FF2700E7F42A /* Embed Frameworks */,
=======
96D028671DA3F54100DE4544 /* Embed Frameworks */,
>>>>>>> cleanup on project files
);
buildRules = (
);
......
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11201" systemVersion="16A323" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" colorMatched="YES" initialViewController="BYZ-38-t0r">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11201" systemVersion="16B2333a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" colorMatched="YES" initialViewController="BYZ-38-t0r">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
......@@ -42,6 +42,9 @@
<color key="value" red="0.0" green="0.50196081400000003" blue="1" alpha="1" colorSpace="calibratedRGB"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="string" keyPath="title" value="Raised Button"/>
<userDefinedRuntimeAttribute type="color" keyPath="pulseColor">
<color key="value" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</button>
<button opaque="NO" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="IqT-sg-mjt" customClass="FabButton" customModule="Material">
......
......@@ -77,7 +77,7 @@ class RootViewController: UIViewController {
private func prepareNextButton() {
nextButton = FlatButton()
nextButton.pulse.animation = .none
nextButton.pulseAnimation = .none
nextButton.addTarget(self, action: #selector(handleNextButton), for: .touchUpInside)
view.layout(nextButton).edges()
}
......
......@@ -81,6 +81,9 @@
location = "group:Examples/Storyboards/BottomNavigationController/BottomNavigationController.xcodeproj">
</FileRef>
<FileRef
location = "group:Examples/Storyboards/Button/Button.xcodeproj">
</FileRef>
<FileRef
location = "group:Examples/Storyboards/NavigationController/NavigationController.xcodeproj">
</FileRef>
<FileRef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment