Updating time interval to 30 sec

pull/37/head
Oguzhan Gungor 7 years ago
parent 781d1f709b
commit 3d6a8410a3
  1. 2
      Trust/Redeem/ViewControllers/TicketRedemptionViewController.swift

@ -20,7 +20,7 @@ class TicketRedemptionViewController: UIViewController {
func viewDidLoad() {
super.viewDidLoad()
configureUI()
timer = Timer.scheduledTimer(timeInterval: 5,
timer = Timer.scheduledTimer(timeInterval: 30,
target: self,
selector: #selector(configureUI),
userInfo: nil,

Loading…
Cancel
Save