Skip to content

Commit e1c4065

Browse files
author
SpiralArm Consulting Ltd
committed
update watch app UI
1 parent 202db87 commit e1c4065

File tree

5 files changed

+61
-300
lines changed

5 files changed

+61
-300
lines changed

ios/Runner.xcodeproj/project.pbxproj

-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
11-
2D020CB721FEF3D200DC71C2 /* SplitController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D020CB621FEF3D200DC71C2 /* SplitController.swift */; };
1211
2D020CB921FEF5A100DC71C2 /* BillController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D020CB821FEF5A100DC71C2 /* BillController.swift */; };
1312
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
1413
2D69490521FDFD9600B94252 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2D69490321FDFD9600B94252 /* Interface.storyboard */; };
@@ -18,7 +17,6 @@
1817
2D69491521FDFD9700B94252 /* ExtensionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D69491421FDFD9700B94252 /* ExtensionDelegate.swift */; };
1918
2D69491721FDFD9700B94252 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2D69491621FDFD9700B94252 /* Assets.xcassets */; };
2019
2D69491B21FDFD9700B94252 /* WatchTips.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 2D69490121FDFD9600B94252 /* WatchTips.app */; };
21-
2D69492921FE165500B94252 /* TipController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D69492821FE165500B94252 /* TipController.swift */; };
2220
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
2321
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
2422
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -89,7 +87,6 @@
8987
/* Begin PBXFileReference section */
9088
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
9189
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
92-
2D020CB621FEF3D200DC71C2 /* SplitController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitController.swift; sourceTree = "<group>"; };
9390
2D020CB821FEF5A100DC71C2 /* BillController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BillController.swift; sourceTree = "<group>"; };
9491
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
9592
2D69490121FDFD9600B94252 /* WatchTips.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WatchTips.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -101,7 +98,6 @@
10198
2D69491421FDFD9700B94252 /* ExtensionDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = "<group>"; };
10299
2D69491621FDFD9700B94252 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
103100
2D69491821FDFD9700B94252 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
104-
2D69492821FE165500B94252 /* TipController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TipController.swift; sourceTree = "<group>"; };
105101
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
106102
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
107103
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
@@ -153,10 +149,8 @@
153149
children = (
154150
2D69491221FDFD9700B94252 /* InterfaceController.swift */,
155151
2D69491421FDFD9700B94252 /* ExtensionDelegate.swift */,
156-
2D69492821FE165500B94252 /* TipController.swift */,
157152
2D69491621FDFD9700B94252 /* Assets.xcassets */,
158153
2D69491821FDFD9700B94252 /* Info.plist */,
159-
2D020CB621FEF3D200DC71C2 /* SplitController.swift */,
160154
2D020CB821FEF5A100DC71C2 /* BillController.swift */,
161155
);
162156
path = "WatchTips Extension";
@@ -406,11 +400,9 @@
406400
isa = PBXSourcesBuildPhase;
407401
buildActionMask = 2147483647;
408402
files = (
409-
2D020CB721FEF3D200DC71C2 /* SplitController.swift in Sources */,
410403
2D020CB921FEF5A100DC71C2 /* BillController.swift in Sources */,
411404
2D69491521FDFD9700B94252 /* ExtensionDelegate.swift in Sources */,
412405
2D69491321FDFD9700B94252 /* InterfaceController.swift in Sources */,
413-
2D69492921FE165500B94252 /* TipController.swift in Sources */,
414406
);
415407
runOnlyForDeploymentPostprocessing = 0;
416408
};

ios/WatchTips Extension/InterfaceController.swift

+27-77
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ import Foundation
1111
import WatchConnectivity
1212

1313

14-
class InterfaceController: WKInterfaceController, WCSessionDelegate, WKCrownDelegate {
14+
class InterfaceController: WKInterfaceController, WCSessionDelegate {
1515

1616

1717
var tipAmount: Int = 10
1818
var splitBetween: Int = 1
1919
var billTotal = Double(0)
2020
var focusButton: Int = 0
21-
var accumulatedCrownDelta = 0.0
2221

23-
@IBOutlet weak var currentSplit: WKInterfaceButton!
24-
@IBOutlet weak var currentTip: WKInterfaceButton!
22+
@IBOutlet var currentSplit: WKInterfaceLabel!
23+
@IBOutlet var currentTip: WKInterfaceLabel!
2524
@IBOutlet weak var billButton: WKInterfaceButton!
2625
@IBOutlet weak var currentTotal: WKInterfaceLabel!
2726
@IBOutlet weak var costEach: WKInterfaceLabel!
@@ -33,59 +32,9 @@ class InterfaceController: WKInterfaceController, WCSessionDelegate, WKCrownDele
3332
}
3433

3534

36-
37-
func crownDidBecomeIdle(_ crownSequencer: WKCrownSequencer?) {
38-
accumulatedCrownDelta = 0.0
39-
}
40-
41-
func crownDidRotate(_ crownSequencer: WKCrownSequencer?, rotationalDelta: Double) {
42-
accumulatedCrownDelta += rotationalDelta
43-
let threshold = 0.05
44-
45-
// do nothing if delta is less that threshold
46-
guard abs(accumulatedCrownDelta) > threshold else {
47-
return
48-
}
49-
50-
if focusButton == 1 {
51-
if accumulatedCrownDelta > 0 {
52-
splitBetween += 1
53-
} else {
54-
splitBetween -= 1
55-
}
56-
if splitBetween < 1 {
57-
splitBetween = 1
58-
}
59-
if splitBetween > 50 {
60-
splitBetween = 50
61-
}
62-
}
63-
64-
if focusButton == 2 {
65-
if accumulatedCrownDelta > 0 {
66-
tipAmount += 1
67-
} else {
68-
tipAmount -= 1
69-
}
70-
if tipAmount < 0 {
71-
tipAmount = 0
72-
}
73-
if tipAmount > 100 {
74-
tipAmount = 100
75-
}
76-
}
77-
78-
accumulatedCrownDelta = 0
79-
updateCalc()
80-
81-
}
82-
83-
8435
override func awake(withContext context: Any?) {
8536
super.awake(withContext: context)
86-
8737
// Configure interface objects here.
88-
crownSequencer.delegate = self
8938
updateCalc()
9039
}
9140

@@ -97,7 +46,6 @@ class InterfaceController: WKInterfaceController, WCSessionDelegate, WKCrownDele
9746
session.delegate = self
9847
session.activate()
9948
}
100-
crownSequencer.focus()
10149
updateCalc()
10250
}
10351

@@ -106,36 +54,38 @@ class InterfaceController: WKInterfaceController, WCSessionDelegate, WKCrownDele
10654
super.didDeactivate()
10755
}
10856

109-
110-
// chnage how many the bill is split between
111-
@IBAction func showSplitController() {
112-
resetButtonFocus()
113-
currentSplit?.setBackgroundColor(UIColor(red: 0/255, green: 128/255, blue: 255/255, alpha: 1.0))
114-
focusButton = 1
115-
//presentController(withName: "SplitController", context: self)
57+
@IBAction func splitDecrease() {
58+
if(splitBetween > 1){
59+
splitBetween -= 1
60+
}
61+
updateCalc()
11662
}
11763

64+
@IBAction func splitIncrease() {
65+
if(splitBetween < 99){
66+
splitBetween += 1
67+
}
68+
updateCalc()
69+
}
11870

119-
@IBAction func showTipController() {
120-
resetButtonFocus()
121-
currentTip?.setBackgroundColor(UIColor(red: 0/255, green: 128/255, blue: 255/255, alpha: 1.0))
122-
focusButton = 2
123-
//presentController(withName: "TipController", context: self)
71+
@IBAction func tipPercentReduce() {
72+
if(tipAmount>0){
73+
tipAmount -= 1
74+
}
75+
updateCalc()
12476
}
12577

78+
@IBAction func tipPercentIncrease() {
79+
if(tipAmount<100){
80+
tipAmount += 1
81+
}
82+
updateCalc()
83+
}
12684

12785
@IBAction func showBillController() {
128-
resetButtonFocus()
12986
presentController(withName: "BillController", context: self)
13087
}
13188

132-
// reset the focus to the currently selected button
133-
func resetButtonFocus(){
134-
focusButton = 0
135-
currentSplit?.setBackgroundColor(UIColor.darkGray)
136-
currentTip?.setBackgroundColor(UIColor.darkGray)
137-
billButton?.setBackgroundColor(UIColor.darkGray)
138-
}
13989

14090
// Update the actual calculations
14191
func updateCalc(){
@@ -146,8 +96,8 @@ class InterfaceController: WKInterfaceController, WCSessionDelegate, WKCrownDele
14696
let perPerson = billWithTip / Double(splitBetween)
14797

14898
// update display
149-
currentTip.setTitle("\(tipAmount)%")
150-
currentSplit.setTitle("\(splitBetween)")
99+
currentTip.setText("\(tipAmount)%")
100+
currentSplit.setText("\(splitBetween)")
151101
currentTotal.setText(String(format: "%.2f", billTotal))
152102
withTip.setText(String(format: "%.2f", billWithTip))
153103
costEach.setText(String(format: "%.2f", perPerson))

ios/WatchTips Extension/SplitController.swift

-62
This file was deleted.

ios/WatchTips Extension/TipController.swift

-58
This file was deleted.

0 commit comments

Comments
 (0)