This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Bruce
committed
Apr 19, 2019
1 parent
8a0cf1b
commit 82dea2d
Showing
52 changed files
with
3,434 additions
and
23 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
Binary file modified
BIN
-32 Bytes
(100%)
.../project.xcworkspace/xcuserdata/bruceroettgers.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
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
10 changes: 10 additions & 0 deletions
10
HelloGoodbyeiOS/HelloGoodbyeiOS.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
HelloGoodbyeiOS/HelloGoodbyeiOS.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
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,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> |
Binary file added
BIN
+19 KB
...odbyeiOS.xcworkspace/xcuserdata/bruceroettgers.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> | ||
<device id="retina5_5" orientation="portrait"> | ||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="bZT-d1-OV4"> | ||
<device id="retina6_5" orientation="portrait"> | ||
<adaptation id="fullscreen"/> | ||
</device> | ||
<dependencies> | ||
|
@@ -10,19 +10,70 @@ | |
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | ||
</dependencies> | ||
<scenes> | ||
<!--View Controller--> | ||
<!--Setup Instructions--> | ||
<scene sceneID="tne-QT-ifu"> | ||
<objects> | ||
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="HelloGoodbyeiOS" customModuleProvider="target" sceneMemberID="viewController"> | ||
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> | ||
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/> | ||
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | ||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
<subviews> | ||
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="hellogoodbye.gif" translatesAutoresizingMaskIntoConstraints="NO" id="CgL-eJ-3Ex" customClass="FLAnimatedImageView"> | ||
<rect key="frame" x="92.666666666666686" y="156" width="229" height="403"/> | ||
<constraints> | ||
<constraint firstAttribute="height" constant="403" id="BST-OB-zP5"/> | ||
<constraint firstAttribute="width" constant="229" id="nd5-5D-aET"/> | ||
</constraints> | ||
</imageView> | ||
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="Q3T-lp-Ih8"> | ||
<rect key="frame" x="87" y="575" width="240" height="305"/> | ||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | ||
<string key="text">Thank you for using this app, you're supporting an indie maker! | ||
|
||
If there's something wrong, or you just want to say hi, tweet at me @hellogoodbyeapp or write an email to [email protected] | ||
</string> | ||
<fontDescription key="fontDescription" type="system" pointSize="14"/> | ||
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> | ||
</textView> | ||
</subviews> | ||
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | ||
<constraints> | ||
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="Q3T-lp-Ih8" secondAttribute="trailing" constant="87" id="4fl-j9-89a"/> | ||
<constraint firstItem="CgL-eJ-3Ex" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="16" id="B1o-b5-83X"/> | ||
<constraint firstAttribute="bottom" secondItem="Q3T-lp-Ih8" secondAttribute="bottom" constant="16" id="Ezd-Pf-2wt"/> | ||
<constraint firstItem="CgL-eJ-3Ex" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="PsF-h4-YxX"/> | ||
<constraint firstItem="Q3T-lp-Ih8" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="87" id="Umo-Sh-Xe7"/> | ||
<constraint firstItem="Q3T-lp-Ih8" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="lXf-Xb-mtk"/> | ||
<constraint firstItem="Q3T-lp-Ih8" firstAttribute="top" secondItem="CgL-eJ-3Ex" secondAttribute="bottom" constant="16" id="s8Z-qi-HNP"/> | ||
</constraints> | ||
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> | ||
</view> | ||
<navigationItem key="navigationItem" title="Setup Instructions" id="Ah4-7m-yRM"/> | ||
</viewController> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> | ||
</objects> | ||
<point key="canvasLocation" x="1044.9275362318842" y="134.5108695652174"/> | ||
</scene> | ||
<!--Navigation Controller--> | ||
<scene sceneID="5RT-RG-FFL"> | ||
<objects> | ||
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="bZT-d1-OV4" sceneMemberID="viewController"> | ||
<toolbarItems/> | ||
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="Dxr-Ru-pFu"> | ||
<rect key="frame" x="0.0" y="44" width="414" height="96"/> | ||
<autoresizingMask key="autoresizingMask"/> | ||
</navigationBar> | ||
<nil name="viewControllers"/> | ||
<connections> | ||
<segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="B1z-s0-wfE"/> | ||
</connections> | ||
</navigationController> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="GGP-Z7-cCW" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
</objects> | ||
<point key="canvasLocation" x="137.68115942028987" y="787.50000000000011"/> | ||
</scene> | ||
</scenes> | ||
<resources> | ||
<image name="hellogoodbye.gif" width="750" height="1330"/> | ||
</resources> | ||
</document> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -14,5 +14,6 @@ target 'HelloGoodbyeiOS' do | |
use_frameworks! | ||
|
||
# Pods for HelloGoodbyeiOS | ||
pod 'FLAnimatedImage', '~> 1.0' | ||
|
||
end |
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,16 @@ | ||
PODS: | ||
- FLAnimatedImage (1.0.12) | ||
|
||
DEPENDENCIES: | ||
- FLAnimatedImage (~> 1.0) | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- FLAnimatedImage | ||
|
||
SPEC CHECKSUMS: | ||
FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31 | ||
|
||
PODFILE CHECKSUM: 2c6c271e7aac4c59b512521ef1971995fb6ea117 | ||
|
||
COCOAPODS: 1.5.2 |
Oops, something went wrong.