iOSayedAhmed
Results
1
issues of
iOSayedAhmed
@IBAction func monthView(sender: UIButton) { self.calendar.setScope(.Month, animated: true) } @IBAction func weekView(sender: UIButton) { self.calendar.setScope(.Week, animated: true) }