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
3594b68
SynchronyFinancial
Pods
SynchronyFinancial WatchKit App
Assets.xcassets
Base.lproj
Interface.storyboard
Info.plist
SynchronyFinancial WatchKit Extension
SynchronyFinancial.xcodeproj
SynchronyFinancial.xcworkspace
SynchronyFinancial
TestArea.playground
.swiftlint.yml
Podfile.lock
podfile
.gitignore
README.md
Breadcrumbs
SynchronyFinancialWatchApp
/
SynchronyFinancial
/
SynchronyFinancial WatchKit App
/
Base.lproj
/
Interface.storyboard
Blame
Blame
Latest commit
History
History
352 lines (352 loc) · 24.1 KB
Breadcrumbs
SynchronyFinancialWatchApp
/
SynchronyFinancial
/
SynchronyFinancial WatchKit App
/
Base.lproj
/
Interface.storyboard
Top
File metadata and controls
Code
Blame
352 lines (352 loc) · 24.1 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> <!--root--> <scene sceneID="grn-eT-Mhz"> <objects> <controller identifier="root" hidesWhenLoading="NO" 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_cc_icon" 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_cc" 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> <imageView alignment="left" hidden="YES" animationDuration="1" id="c6R-RW-IpR"/> <label width="1" alignment="center" hidden="YES" text="Logging In..." textAlignment="center" id="Omp-sY-u45"/> </items> <connections> <outlet property="accountsButton" destination="8yj-m6-1L9" id="N4i-Zw-wUL"/> <outlet property="activityIndicator" destination="c6R-RW-IpR" id="JKZ-46-2hN"/> <outlet property="loadingLabel" destination="Omp-sY-u45" id="JoG-2r-I4p"/> <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"/> <imageView height="74" alignment="left" id="sOx-i7-XUh"/> <button width="1" alignment="left" title="Details" id="meA-87-moe"> <connections> <segue destination="heN-QU-cZt" kind="push" id="lQr-M3-AsC"/> </connections> </button> </items> </controller> </objects> <point key="canvasLocation" x="414" y="516"/> </scene> <!--Interface Controller--> <scene sceneID="FrP-2H-M8Z"> <objects> <controller id="heN-QU-cZt"> <items> <table alignment="left" id="HZU-q7-cqT"> <items> <tableRow id="kMl-oM-kc4"> <group key="rootItem" width="1" height="44" alignment="left" layout="vertical" id="oDn-1q-Ilf"> <items> <label alignment="left" text="Label" id="7l8-Yc-iLh"/> <label width="136" alignment="left" verticalAlignment="center" text="Label" textAlignment="right" id="vwx-Lu-kir"/> </items> </group> </tableRow> </items> </table> </items> </controller> </objects> <point key="canvasLocation" x="755" y="516"/> </scene> <!--Account Table Interface Controller--> <scene sceneID="5Qe-Th-pL8"> <objects> <controller hidesWhenLoading="NO" id="Rpu-25-8st" customClass="AccountTableInterfaceController" customModule="SynchronyFinancial_WatchKit_Extension"> <items> <label width="1" alignment="center" text="Accounts" textAlignment="center" id="JYm-yy-xrH"/> <table alignment="left" id="To8-Ze-tMX"> <items> <tableRow identifier="account" id="5xi-FS-LlJ" customClass="AccountCell" customModule="SynchronyFinancial_WatchKit_Extension"> <group key="rootItem" width="1" height="44" alignment="left" layout="vertical" id="mYi-9N-Ue7"> <items> <label alignment="left" text="Account Name" id="Tl1-Kc-YJS"/> <label width="136" alignment="left" verticalAlignment="bottom" text="(...XXXX)" textAlignment="left" id="OWC-kI-GEy"/> </items> </group> <connections> <outlet property="accountName" destination="Tl1-Kc-YJS" id="cgD-CY-lzh"/> <outlet property="last4Label" destination="OWC-kI-GEy" id="su7-E3-eEF"/> </connections> </tableRow> </items> </table> </items> <connections> <outlet property="accountTable" destination="To8-Ze-tMX" id="oJb-Ry-7xR"/> <outlet property="titleLabel" destination="JYm-yy-xrH" id="V1g-ul-i8Y"/> </connections> </controller> </objects> <point key="canvasLocation" x="414" y="-53"/> </scene> <!--AccountDetails--> <scene sceneID="ozX-Kj-4yZ"> <objects> <controller identifier="AccountDetails" id="yrN-yp-gkH" customClass="AccountDetailsInterfaceController" customModule="SynchronyFinancial_WatchKit_Extension"> <items> <imageView alignment="left" hidden="YES" id="diX-Fh-Why"/> <label width="1" alignment="center" hidden="YES" text="Loading History..." textAlignment="center" id="feN-nN-gaz"/> <label width="1" alignment="left" text="Label" textAlignment="center" id="qzl-GE-bpZ"> <fontDescription key="font" style="UICTFontTextStyleHeadline"/> </label> <label width="1" alignment="left" text="Label" textAlignment="center" id="mdb-QX-GuO"/> <label width="1" alignment="left" text="Label" textAlignment="center" id="q0b-tb-dAb"/> <label width="1" alignment="left" text="Next Payment Due:" textAlignment="center" id="rxs-Zb-naU"/> <label width="1" alignment="left" text="Label" textAlignment="center" id="CPc-qk-Z2y"/> <group width="1" alignment="left" id="ohQ-In-SGt"> <items> <button width="67" alignment="left" title="Pay" id="zeF-ky-mkm"> <connections> <action selector="payBillTapped" destination="yrN-yp-gkH" id="iQy-Ty-omn"/> <segue destination="XXR-hJ-s6t" kind="push" identifier="payBill" id="jGh-Ix-ean"/> </connections> </button> <button width="64" alignment="right" title="Recent" id="0HI-HK-yDl"> <connections> <action selector="recentButtonTapped" destination="yrN-yp-gkH" id="8Rp-SG-lGZ"/> </connections> </button> </items> </group> </items> <connections> <outlet property="accountNameLabel" destination="qzl-GE-bpZ" id="6jA-KZ-quX"/> <outlet property="activityIndicator" destination="diX-Fh-Why" id="Syr-8v-cTP"/> <outlet property="availableFundsLabel" destination="q0b-tb-dAb" id="rcl-Tl-bDh"/> <outlet property="balanceLabel" destination="mdb-QX-GuO" id="2Dj-nO-AM8"/> <outlet property="loadingLabel" destination="feN-nN-gaz" id="i4Z-oG-hyy"/> <outlet property="nextPaymentDueLabel" destination="CPc-qk-Z2y" id="AzY-pn-EMY"/> <outlet property="nextPaymentTitleLabel" destination="rxs-Zb-naU" id="IDH-8E-WWm"/> <outlet property="payButton" destination="zeF-ky-mkm" id="v5U-Y5-shh"/> <outlet property="transactionsButton" destination="0HI-HK-yDl" id="L5Z-M9-wgO"/> </connections> </controller> </objects> <point key="canvasLocation" x="755" y="-231"/> </scene> <!--PayMinimum--> <scene sceneID="Kfg-ZO-Pav"> <objects> <controller identifier="PayMinimum" id="XXR-hJ-s6t" customClass="PayBillInterfaceController" customModule="SynchronyFinancial_WatchKit_App" customModuleProvider="target"> <items> <label width="1" alignment="center" text="Label" textAlignment="center" id="X8I-Ob-Sza"/> <button width="1" alignment="left" title="Button" id="qp2-zo-E5M"> <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" red="0.15993532539999999" green="0.67110615969999998" blue="0.88774442669999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <connections> <segue destination="t8d-XB-ngB" kind="push" identifier="PayAll" id="AFS-lo-piH"/> </connections> </button> <label width="1" height="43" alignment="center" text="Label" textAlignment="center" numberOfLines="2" id="HEu-0X-JkC"/> <button width="1" alignment="center" title="Button" id="qVO-TJ-fFK"> <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" red="0.99121409650000003" green="0.90791553260000002" blue="0.3312966228" alpha="1" colorSpace="deviceRGB"/> <connections> <segue destination="t8d-XB-ngB" kind="push" identifier="PayMinimum" id="kTV-Eb-cpT"/> </connections> </button> </items> <connections> <outlet property="balanceLabel" destination="X8I-Ob-Sza" id="AAb-KT-Hx3"/> <outlet property="minimumLabel" destination="HEu-0X-JkC" id="9eE-J7-qNL"/> <outlet property="payBalanceButton" destination="qp2-zo-E5M" id="5oo-dC-qbj"/> <outlet property="payMinimumButton" destination="qVO-TJ-fFK" id="ycd-dO-8jr"/> </connections> </controller> </objects> <point key="canvasLocation" x="755" y="186"/> </scene> <!--Payment Detail Interface Controller--> <scene sceneID="vQy-l8-oEp"> <objects> <controller id="t8d-XB-ngB" customClass="PaymentDetailInterfaceController" customModule="SynchronyFinancial_WatchKit_App" customModuleProvider="target"> <items> <imageView alignment="left" hidden="YES" id="jH5-mg-vuQ"/> <label width="1" alignment="center" hidden="YES" text="Processing ..." textAlignment="center" id="YNm-eO-7xL"/> <group width="1" height="1" alignment="left" layout="vertical" id="9VF-fb-CV3"> <items> <label width="1" alignment="center" text="Pay From:" textAlignment="center" id="xE5-Zl-U7d"/> <button width="1" height="40" alignment="left" title="Select Bank" id="SZD-0B-PrF" userLabel="detailButton"> <fontDescription key="font" type="system" pointSize="15"/> <connections> <action selector="bankAccountsTapped" destination="t8d-XB-ngB" id="bQR-Mu-nB6"/> </connections> </button> <separator alignment="left" verticalAlignment="center" id="et0-Sq-Qxm"> <color key="color" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> </separator> <label width="1" alignment="center" verticalAlignment="bottom" text="Confirm Payment" textAlignment="center" id="mT0-3D-JGP"/> <button width="1" height="49" alignment="left" verticalAlignment="bottom" title="Button" id="FgU-iZ-2XU" userLabel="paymentButton"> <color key="titleColor" name="labelColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" red="0.16078431369999999" green="0.6705882353" blue="0.8862745098" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <connections> <action selector="paymentAction" destination="t8d-XB-ngB" id="Zjv-zI-wCI"/> </connections> </button> </items> </group> </items> <connections> <outlet property="activityIndicator" destination="jH5-mg-vuQ" id="ucI-rB-ebj"/> <outlet property="activityIndicatorLabel" destination="YNm-eO-7xL" id="okk-cx-k3L"/> <outlet property="amount" destination="mT0-3D-JGP" id="rff-wG-B82"/> <outlet property="contentGroup" destination="9VF-fb-CV3" id="vfa-YT-ipt"/> <outlet property="detailButton" destination="SZD-0B-PrF" id="xEw-gE-yIP"/> <outlet property="payFrom" destination="xE5-Zl-U7d" id="62t-6n-KSD"/> <outlet property="paymentButton" destination="FgU-iZ-2XU" id="yZe-dZ-nBV"/> <outlet property="separate" destination="et0-Sq-Qxm" id="JfK-S7-H9d"/> </connections> </controller> </objects> <point key="canvasLocation" x="1085" y="186"/> </scene> <!--PaymentOptions--> <scene sceneID="T56-bi-gCI"> <objects> <controller identifier="PaymentOptions" id="jbp-Bi-Bk7" userLabel="PaymentOptions" customClass="PaymentOptionsInterfaceController" customModule="SynchronyFinancial_WatchKit_Extension"> <items> <table alignment="left" id="RJQ-am-qV6" userLabel="Banks Table"> <items> <tableRow identifier="bankAcctCell" id="Mfw-7m-ih3" customClass="BankAcctCell" customModule="SynchronyFinancial_WatchKit_Extension"> <group key="rootItem" width="1" height="43" alignment="left" layout="vertical" id="8u2-82-z5f"> <items> <label width="136" alignment="left" text="Bank Name" id="y0D-7u-Qtr" userLabel="Bank Name Label"/> <label width="58" height="20" alignment="left" text="(1234)" id="FMl-Jx-r2b" userLabel="last4 Label"/> </items> </group> <connections> <outlet property="bankNameLabel" destination="y0D-7u-Qtr" id="5Ao-39-aie"/> <outlet property="last4Label" destination="FMl-Jx-r2b" id="w7N-Dp-fkz"/> </connections> </tableRow> </items> </table> </items> <connections> <outlet property="bankAcctTable" destination="RJQ-am-qV6" id="mjy-8f-Qzt"/> </connections> </controller> </objects> <point key="canvasLocation" x="1416" y="186"/> </scene> <!--PaymentResult--> <scene sceneID="mFc-oM-oG1"> <objects> <controller identifier="PaymentResult" id="mpK-7H-pjK" customClass="PaymentResultInterfaceController" customModule="SynchronyFinancial_WatchKit_App" customModuleProvider="target"> <items> <label width="1" alignment="center" text="Payment Result:" textAlignment="center" id="gg1-Wq-NeI"/> <separator width="1" alignment="center" id="Y1o-3Q-hjG"/> <label width="1" alignment="center" text="Confirmation Number:" textAlignment="center" minimumScaleFactor="0.69999999999999996" id="qAX-bM-U5t"/> <label width="1" alignment="center" text="Label" textAlignment="center" minimumScaleFactor="0.5" id="cF3-r2-BMf"/> <label width="1" alignment="center" verticalAlignment="center" text="Payment ID:" textAlignment="center" id="7Cr-Kh-rJ2"/> <label width="1" alignment="center" verticalAlignment="center" text="Label" textAlignment="center" id="wSp-wZ-Ksf"/> </items> <connections> <outlet property="confirmationNumberLabel" destination="cF3-r2-BMf" id="FBR-K8-kdQ"/> <outlet property="paymentIDLabel" destination="wSp-wZ-Ksf" id="7MN-ZT-Jxw"/> </connections> </controller> </objects> <point key="canvasLocation" x="1416" y="516"/> </scene> <!--Transactions--> <scene sceneID="yXO-yR-k6b"> <objects> <controller identifier="Transactions" id="Jfd-Hv-PHe" customClass="TransactionsInterfaceController" customModule="SynchronyFinancial_WatchKit_Extension"> <items> <table alignment="left" id="OQb-xu-Ynf"> <items> <tableRow identifier="transactionCell" id="ICl-8S-VHQ" customClass="TransactionCell" customModule="SynchronyFinancial_WatchKit_Extension"> <group key="rootItem" width="1" height="49" alignment="left" layout="vertical" id="GP6-Ec-AVa"> <items> <label width="1" alignment="left" text="Label" textAlignment="left" id="Hm4-1L-Cyl"/> <label width="1" alignment="left" text="Label" textAlignment="right" id="Gxn-sX-7gs"/> </items> </group> <connections> <outlet property="transactionLabel" destination="Hm4-1L-Cyl" id="hYO-F0-S1A"/> <outlet property="valueLabel" destination="Gxn-sX-7gs" id="COh-0S-dY7"/> </connections> </tableRow> </items> </table> </items> <connections> <outlet property="transactionsTable" destination="OQb-xu-Ynf" id="eg6-n7-ldT"/> </connections> </controller> </objects> <point key="canvasLocation" x="1085" y="-229"/> </scene> <!--TransactionDetails--> <scene sceneID="aqX-eB-bdU"> <objects> <controller identifier="TransactionDetails" id="LeA-fL-4Wb" customClass="TransactionDetailsInterfaceController" customModule="SynchronyFinancial_WatchKit_App" customModuleProvider="target"> <items> <label width="1" alignment="center" text="Scheduled Online Payment Processing" textAlignment="center" numberOfLines="2" minimumScaleFactor="0.69999999999999996" id="z1i-je-74F"> <fontDescription key="font" type="boldSystem" pointSize="15"/> </label> <separator alignment="left" id="HuQ-dl-7Ni"/> <group width="1" height="105" alignment="left" verticalAlignment="center" layout="vertical" id="EcM-m6-j4G"> <items> <label width="1" alignment="center" verticalAlignment="center" text="Label" textAlignment="center" id="F4A-wp-ECw"/> <label width="1" alignment="center" verticalAlignment="center" text="Label" textAlignment="center" id="d4y-NP-GbP"/> <button width="1" alignment="center" verticalAlignment="bottom" title="Cancel Payment" id="4Rt-Xc-Vdh"/> </items> </group> </items> <connections> <outlet property="amountLabel" destination="d4y-NP-GbP" id="WOU-uA-pCu"/> <outlet property="cancelButton" destination="4Rt-Xc-Vdh" id="TLc-0k-RFv"/> <outlet property="dateLabel" destination="F4A-wp-ECw" id="J5W-xg-g3R"/> <outlet property="transactionName" destination="z1i-je-74F" id="i76-Qo-iL9"/> </connections> </controller> </objects> <point key="canvasLocation" x="1420" y="-229"/> </scene> </scenes> <inferredMetricsTieBreakers> <segue reference="kTV-Eb-cpT"/> </inferredMetricsTieBreakers> </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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
You can’t perform that action at this time.