Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SWF-17 Added basic details for utilization trends
  • Loading branch information
ahm11003 committed Apr 17, 2019
1 parent 4f67b56 commit 23fb930
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Expand Up @@ -88,7 +88,11 @@
<imageView width="0.40000000000000002" height="69" alignment="left" verticalAlignment="center" alpha="0.0" image="arrow_down" contentMode="scaleAspectFit" initiallyAnimated="NO" id="RlX-Hj-mTY"/>
</items>
</group>
<button width="1" alignment="left" verticalAlignment="bottom" title="Details" id="dAi-xm-mph"/>
<button width="1" alignment="left" verticalAlignment="bottom" title="Details" id="dAi-xm-mph">
<connections>
<action selector="showDetails" destination="Mki-ad-UCC" id="Iop-Ht-KyD"/>
</connections>
</button>
</items>
<connections>
<outlet property="trendImage" destination="RlX-Hj-mTY" id="pc0-UO-40U"/>
Expand Down
Expand Up @@ -53,4 +53,7 @@ class UtilizationTrendInterfaceController: WKInterfaceController {
}
}

@IBAction func showDetails() {
presentAlert(withTitle: "Trends", message: "Lowering your utilization over time can help reduce the amount of interest accrued on your accounts.", preferredStyle: .alert, actions: [WKAlertAction(title: "Done", style: .default, handler: {})])
}
}

0 comments on commit 23fb930

Please sign in to comment.