Skip to content

Swf 12 make payment ui #10

Merged
merged 7 commits into from
Mar 29, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
SWF-12 added interface objects
  • Loading branch information
ahm11003 committed Mar 13, 2019
commit e8c3eb377e21b0f2966855862c6c92db8a3a0cef
Original file line number Diff line number Diff line change
@@ -144,7 +144,20 @@
<!--Pay Bill Interface Controller-->
<scene sceneID="LZb-Zj-fBw">
<objects>
<controller id="8l2-lZ-A2A" customClass="PayBillInterfaceController" customModule="SynchronyFinancial"/>
<controller id="8l2-lZ-A2A" customClass="PayBillInterfaceController" customModule="SynchronyFinancial">
<items>
<label width="1" alignment="left" text="Label" textAlignment="center" id="yO7-4J-X9Y"/>
<button width="1" alignment="left" title="Button" id="Daj-Om-1Kd"/>
<label width="1" alignment="left" text="Label" textAlignment="center" id="6Ge-5p-oR1"/>
<button width="1" alignment="left" title="Button" id="jJU-Ri-dVH"/>
</items>
<connections>
<outlet property="balanceLabel" destination="yO7-4J-X9Y" id="6yH-xz-T1O"/>
<outlet property="minimumLabel" destination="6Ge-5p-oR1" id="fUS-vk-eUE"/>
<outlet property="payBalanceButton" destination="Daj-Om-1Kd" id="mXb-U5-UbA"/>
<outlet property="payMinimumButton" destination="jJU-Ri-dVH" id="St8-en-o4U"/>
</connections>
</controller>
</objects>
<point key="canvasLocation" x="1105" y="-53"/>
</scene>
Original file line number Diff line number Diff line change
@@ -12,6 +12,11 @@ import Foundation

class PayBillInterfaceController: WKInterfaceController {

@IBOutlet weak var balanceLabel: WKInterfaceLabel!
@IBOutlet weak var payBalanceButton: WKInterfaceButton!
@IBOutlet weak var minimumLabel: WKInterfaceLabel!
@IBOutlet weak var payMinimumButton: WKInterfaceButton!

override func awake(withContext context: Any?) {
super.awake(withContext: context)