Update
0
Guibe/Assets.xcassets/s2t.imageset/s2t-1.png
vendored
Normal file → Executable file
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
0
Guibe/Assets.xcassets/s2t.imageset/s2t-2.png
vendored
Normal file → Executable file
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
0
Guibe/Assets.xcassets/s2t.imageset/s2t-d-1.png
vendored
Normal file → Executable file
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
0
Guibe/Assets.xcassets/s2t.imageset/s2t-d-2.png
vendored
Normal file → Executable file
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
0
Guibe/Assets.xcassets/s2t.imageset/s2t-d.png
vendored
Normal file → Executable file
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14810.12" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
|
||||
<device id="retina6_5" orientation="portrait" appearance="dark"/>
|
||||
<device id="retina6_5" orientation="portrait" appearance="light"/>
|
||||
<dependencies>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14766.15"/>
|
||||
<capability name="Named colors" minToolsVersion="9.0"/>
|
||||
@ -174,6 +174,7 @@
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<viewLayoutGuide key="safeArea" id="LBL-gp-rVB"/>
|
||||
</view>
|
||||
<navigationItem key="navigationItem" id="V1q-vh-VvI"/>
|
||||
@ -250,6 +251,7 @@ to wear Guibe?</string>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<viewLayoutGuide key="safeArea" id="DBZ-Gw-djK"/>
|
||||
</view>
|
||||
<connections>
|
||||
@ -324,6 +326,7 @@ wear Guibe?</string>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<viewLayoutGuide key="safeArea" id="gsS-aw-PgA"/>
|
||||
</view>
|
||||
<connections>
|
||||
@ -387,6 +390,7 @@ wear Guibe?</string>
|
||||
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
|
||||
</textView>
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<viewLayoutGuide key="safeArea" id="iyP-cN-gcP"/>
|
||||
</view>
|
||||
<connections>
|
||||
@ -1314,7 +1318,7 @@ And that’s all you need to know to follow the vibe!</string>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<viewLayoutGuide key="safeArea" id="ipt-6K-zfd"/>
|
||||
</view>
|
||||
<connections>
|
||||
|
||||
@ -16,8 +16,6 @@ class ViewController: UIViewController {
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
||||
|
||||
|
||||
guibeScreen.accessibilityLabel = "ghibe"
|
||||
|
||||
let setupDone = defaults.integer(forKey: "setupDone")
|
||||
@ -42,6 +40,9 @@ class ViewController: UIViewController {
|
||||
}
|
||||
}
|
||||
|
||||
func ApplicationDevelopment(){
|
||||
|
||||
}
|
||||
|
||||
// Do any additional setup after loading the view.
|
||||
}
|
||||
|
||||