-
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
Use of undeclared type 'FSCalendarMonthPosition' #568
Comments
Hey i'm getting the same problem. Did you find solution for it? |
Hey got it.. use below method.. |
This type is introduced in a later version than |
No such module 'FSCalendar' while importing in my viewController |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I install FSCalendar and attempt to use it, it will always give me the error:
Use of undeclared type 'FSCalendarMonthPosition'
This does not allow me to use FSCalendarMonthPosition in the didselect function because of that.
Integration method: Cocoapods
Steps:
1.Add pod 'FSCalendar' to podfile and install.
2. Create view controller with a calendar.
3. Create UIViewController file and add code.
Device modal and IOS version: iPhone 6s IOS 10.2
XCode version: 8.2.1
FSCalendar Version: 2.3.3
This does NOT happen in the demo project in FSCalendar-master/Example-Swift
The text was updated successfully, but these errors were encountered: