File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4444 <action selector =" forwardButtonTapped:" destination =" BYZ-38-t0r" id =" SVx-iz-VOJ" />
4545 </connections >
4646 </barButtonItem >
47+ <barButtonItem systemItem =" refresh" id =" ufZ-bL-rY6" >
48+ <color key =" tintColor" white =" 0.0" alpha =" 1" colorSpace =" custom" customColorSpace =" genericGamma22GrayColorSpace" />
49+ <connections >
50+ <action selector =" refreshButtonTapped:" destination =" BYZ-38-t0r" id =" 0HM-2b-6FW" />
51+ </connections >
52+ </barButtonItem >
4753 <barButtonItem style =" plain" systemItem =" flexibleSpace" id =" Anc-Ki-ftU" />
4854 <barButtonItem image =" Safari" id =" ax9-e8-CVX" userLabel =" Safari" >
4955 <color key =" tintColor" white =" 0.0" alpha =" 1" colorSpace =" custom" customColorSpace =" genericGamma22GrayColorSpace" />
Original file line number Diff line number Diff line change @@ -143,6 +143,10 @@ class ViewController: UIViewController {
143143 }
144144 }
145145
146+ @IBAction func refreshButtonTapped( _ sender: Any ) {
147+ webView. reload ( )
148+ }
149+
146150 @IBAction func safariButtonTapped( _ sender: Any ) {
147151 openInBrowser ( )
148152 }
You can’t perform that action at this time.
0 commit comments