-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to yearly, weekly and daily calendar view #1426
Comments
hey dude, what library it is? |
To implement yearly, weekly, and daily views in your iOS app using FSCalendar, you'll need to customize the calendar's settings or use a combination of FSCalendar and your custom logic. Here's how you can achieve this:
Example: class YearlyViewController: UIViewController { Full Implementation @IBOutlet weak var segmentedControl: UISegmentedControl! @IBAction func segmentChanged(_ sender: UISegmentedControl) { |
I attached image there is 3 screen and i want to daily, weekly and yearly calendar view. But customise these view?
The text was updated successfully, but these errors were encountered: