-
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
Unknown class FSCalendar in Interface Builder file. #266
Comments
Maybe you forgot to import it inside your bridging header? |
@kcockrel I see your |
That was it! Thank you so much! I just have one more quick question. (And I apologize if this is not the place to ask!) Is it possible to style the calendar so that each event day has a circle around it? @WenchaoD |
I'm using Swift, so would calling these functions look something like: |
For swift func calendar(calendar: FSCalendar, appearance: FSCalendarAppearance, fillDefaultColorForDate date: NSDate) -> UIColor? {
return ...
} |
Would this method be in the ViewController? |
Yes, the view controller should implement |
calendar.delegate = self; |
I can't believe I forgot that. ;A; Thank you so much! You've been a great help and I love this repo! |
Glad to know! |
is it possible to set an image as the background for unselected cells? |
Not yet. Will support it soon. |
I've been trying to manually install FSCalendar but I've been consistently getting this error when I run the code.
Unknown class FSCalendar in Interface Builder file.
I'm not sure why it cannot find the FSCalendar class.
The text was updated successfully, but these errors were encountered: