We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
大神你好,请问FSCalendar,能只加载指定一个月的日期吗? 我做的整年的日历,整个页面好多FSCalendar.上下滑动时会卡顿,我想是每个FSCalendar加载过多和collocationViewCell重用造成的。 请大神指点!
The text was updated successfully, but these errors were encountered:
你好,不建议将每个单元格的放一个FSCalendar。建议使用UIView的子类,并覆盖-drawRect方法重新绘制。
Sorry, something went wrong.
No branches or pull requests
大神你好,请问FSCalendar,能只加载指定一个月的日期吗?
我做的整年的日历,整个页面好多FSCalendar.上下滑动时会卡顿,我想是每个FSCalendar加载过多和collocationViewCell重用造成的。
请大神指点!
The text was updated successfully, but these errors were encountered: