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 to add image in multiple date when view load? #469

Closed
myusuf08 opened this issue Nov 3, 2016 · 1 comment
Closed

how to add image in multiple date when view load? #469

myusuf08 opened this issue Nov 3, 2016 · 1 comment

Comments

@myusuf08
Copy link

myusuf08 commented Nov 3, 2016

how to add image in multiple date when view load ???

@WenchaoD
Copy link
Owner

WenchaoD commented Nov 6, 2016

Hi @myusuf08
Just implement: -calendar:imageForDate:

  • Objective-C
- (UIImage *)calendar:(FSCalendar *)calendar imageForDate:(NSDate *)date 
{

}
  • Swift
func calendar(_ calendar: FSCalendar, imageFor date: Date) -> UIImage? {

}

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

2 participants