-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
401 changed files
with
5,013 additions
and
6,877 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> | ||
<device id="retina6_0" orientation="portrait" appearance="light"/> | ||
<dependencies> | ||
<deployment identifier="iOS"/> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/> | ||
<capability name="Safe area layout guides" minToolsVersion="9.0"/> | ||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | ||
</dependencies> | ||
<scenes> | ||
<!--View Controller--> | ||
<scene sceneID="EHf-IW-A2E"> | ||
<objects> | ||
<viewController id="01J-lp-oVM" sceneMemberID="viewController"> | ||
<view key="view" contentMode="scaleToFill" id="fJO-Jy-mQj"> | ||
<rect key="frame" x="0.0" y="0.0" width="390" height="844"/> | ||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
<subviews> | ||
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="WakeScreenBackground" translatesAutoresizingMaskIntoConstraints="NO" id="45r-zP-jXg"> | ||
<rect key="frame" x="0.0" y="0.0" width="390" height="844"/> | ||
</imageView> | ||
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="SilabsLogo" translatesAutoresizingMaskIntoConstraints="NO" id="0aM-dZ-uLi"> | ||
<rect key="frame" x="101" y="63" width="188" height="22"/> | ||
</imageView> | ||
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="SilabsEFRLogo" translatesAutoresizingMaskIntoConstraints="NO" id="Dms-fT-Inz"> | ||
<rect key="frame" x="73" y="346" width="244" height="152"/> | ||
</imageView> | ||
</subviews> | ||
<viewLayoutGuide key="safeArea" id="deX-k7-7vT"/> | ||
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | ||
<constraints> | ||
<constraint firstItem="0aM-dZ-uLi" firstAttribute="top" secondItem="deX-k7-7vT" secondAttribute="top" constant="16" id="91W-nu-3oh"/> | ||
<constraint firstItem="Dms-fT-Inz" firstAttribute="centerY" secondItem="45r-zP-jXg" secondAttribute="centerY" id="KzH-3Y-5aR"/> | ||
<constraint firstAttribute="bottom" secondItem="45r-zP-jXg" secondAttribute="bottom" id="QY8-t3-qE1"/> | ||
<constraint firstAttribute="trailing" secondItem="45r-zP-jXg" secondAttribute="trailing" id="SYb-0T-QPO"/> | ||
<constraint firstItem="45r-zP-jXg" firstAttribute="centerX" secondItem="Dms-fT-Inz" secondAttribute="centerX" id="cwF-2K-h5c"/> | ||
<constraint firstItem="45r-zP-jXg" firstAttribute="top" secondItem="fJO-Jy-mQj" secondAttribute="top" id="dJV-mu-hqg"/> | ||
<constraint firstItem="0aM-dZ-uLi" firstAttribute="centerX" secondItem="45r-zP-jXg" secondAttribute="centerX" id="hJR-CF-x3d"/> | ||
<constraint firstItem="45r-zP-jXg" firstAttribute="leading" secondItem="fJO-Jy-mQj" secondAttribute="leading" id="xDx-86-06c"/> | ||
</constraints> | ||
</view> | ||
</viewController> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
</objects> | ||
<point key="canvasLocation" x="53" y="375"/> | ||
</scene> | ||
</scenes> | ||
<resources> | ||
<image name="SilabsEFRLogo" width="244" height="152"/> | ||
<image name="SilabsLogo" width="188" height="22"/> | ||
<image name="WakeScreenBackground" width="360" height="825"/> | ||
</resources> | ||
</document> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.