Skip to content
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

How change diameter of blue circle on selected day? #215

Closed
avshiyanov opened this issue Feb 23, 2016 · 4 comments
Closed

How change diameter of blue circle on selected day? #215

avshiyanov opened this issue Feb 23, 2016 · 4 comments

Comments

@avshiyanov
Copy link

No description provided.

@cyrilzakka
Copy link

There is currently no public method available to do that.

@avshiyanov
Copy link
Author

When it will be available?

@furiosFast
Copy link

any news?

@prashast8
Copy link

Use this method :-
func calendar(_ calendar: FSCalendar, willDisplay cell: FSCalendarCell, for date: Date, at monthPosition: FSCalendarMonthPosition) {
let eventScaleFactor: CGFloat = 1.5 // change this value to change dot diameter
cell.eventIndicator.transform = CGAffineTransform(scaleX: eventScaleFactor, y: eventScaleFactor)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants