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
你好~WenChao,麻烦请教:
在MultipleSelectionViewController.m页面中,用UISwitch组件即时控制农历状态:
_lunar = [self.mySwitch isOn];
现在问题是:如何在改变**_lunar值之后,让页面的日历view立刻刷新,就像tableView的reloadData**一样?
或者如何开关后立刻调用这个方法:
- (NSString *)calendar:(FSCalendar *)calendar subtitleForDate:(NSDate *)date
The text was updated successfully, but these errors were encountered:
你好,在FullscreenExample中有相同的使用案例,在右上角点击Lunar实现展示农历。
Sorry, something went wrong.
原来FSCalendar也用reloadData方法,我的问题解决了,谢谢!
[_calendar reloadData];
No branches or pull requests
你好~WenChao,麻烦请教:
在MultipleSelectionViewController.m页面中,用UISwitch组件即时控制农历状态:
_lunar = [self.mySwitch isOn];
现在问题是:如何在改变**_lunar值之后,让页面的日历view立刻刷新,就像tableView的reloadData**一样?
或者如何开关后立刻调用这个方法:
- (NSString *)calendar:(FSCalendar *)calendar subtitleForDate:(NSDate *)date
The text was updated successfully, but these errors were encountered: