Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this user
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rrk12005
/
SynchronyFinancialWatchApp
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
1
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Files
ea5c6b8
SynchronyFinancial
Pods
SynchronyFinancial WatchKit App
Assets.xcassets
Base.lproj
Interface.storyboard
Info.plist
SynchronyFinancial WatchKit Extension
SynchronyFinancial.xcodeproj
SynchronyFinancial.xcworkspace
SynchronyFinancial
Podfile.lock
podfile
.gitignore
README.md
Breadcrumbs
SynchronyFinancialWatchApp
/
SynchronyFinancial
/
SynchronyFinancial WatchKit App
/
Base.lproj
/
Interface.storyboard
Blame
Blame
Latest commit
History
History
71 lines (71 loc) · 3.98 KB
Breadcrumbs
SynchronyFinancialWatchApp
/
SynchronyFinancial
/
SynchronyFinancial WatchKit App
/
Base.lproj
/
Interface.storyboard
Top
File metadata and controls
Code
Blame
71 lines (71 loc) · 3.98 KB
Raw
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="14460.31" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="Qge-pO-HLc"> <device id="watch38" orientation="portrait"> <adaptation id="fullscreen"/> </device> <dependencies> <deployment identifier="watchOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/> <plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="14460.16"/> </dependencies> <scenes> <!--Main Menu Interface Controller--> <scene sceneID="grn-eT-Mhz"> <objects> <controller fullScreen="YES" id="Qge-pO-HLc" customClass="MainMenuInterfaceController" customModule="SynchronyFinancial_WatchKit_App" customModuleProvider="target"> <items> <button alignment="center" id="8yj-m6-1L9"> <group key="contentGroup" width="1" height="0.5" alignment="left" contentMode="scaleAspectFit" layout="vertical" id="SBG-wc-YDJ"> <items> <imageView height="0.69999999999999996" alignment="center" image="account_menu" contentMode="scaleAspectFit" id="zAJ-yo-M72"/> <label alignment="center" text="Accounts" id="Ohi-ve-NfC"/> </items> </group> <connections> <segue destination="Rpu-25-8st" kind="push" identifier="toAccounts" id="f1W-Bx-IrV"/> </connections> </button> <button alignment="center" verticalAlignment="bottom" id="Vth-km-gVm"> <group key="contentGroup" width="1" height="0.5" alignment="left" layout="vertical" id="MJs-LA-txN"> <items> <imageView height="0.69999999999999996" alignment="center" verticalAlignment="bottom" image="wellness_menu" contentMode="scaleAspectFit" id="vJk-Xc-SS2"/> <label alignment="center" verticalAlignment="bottom" text="Wellness" id="gpF-4d-eKv"/> </items> </group> <connections> <segue destination="FsK-xr-8Fi" kind="push" identifier="toWellness" id="IWu-2V-Dh4"/> </connections> </button> </items> <connections> <outlet property="accountsButton" destination="8yj-m6-1L9" id="N4i-Zw-wUL"/> <outlet property="wellnessButton" destination="Vth-km-gVm" id="jaB-M2-lvs"/> </connections> </controller> </objects> <point key="canvasLocation" x="105" y="102"/> </scene> <!--Interface Controller--> <scene sceneID="7P2-y3-sP1"> <objects> <controller id="FsK-xr-8Fi"> <items> <label width="1" alignment="center" text="Credit Wellness" textAlignment="center" id="eqA-XH-rlH"/> </items> </controller> </objects> <point key="canvasLocation" x="414" y="258"/> </scene> <!--Interface Controller--> <scene sceneID="5Qe-Th-pL8"> <objects> <controller id="Rpu-25-8st"> <items> <label width="1" alignment="center" text="Accounts" textAlignment="center" id="JYm-yy-xrH"/> </items> </controller> </objects> <point key="canvasLocation" x="414" y="-56"/> </scene> </scenes> </document>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
You can’t perform that action at this time.