cookie
cookie
### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [x] I have looked at the [Documentation](http://snapkit.io/docs) *...
before presenting the PhotoBrowser, change the modal presentStyle to overCurrentContext ```objc photoBrowser.modalPresentationStyle = UIModalPresentationOverCurrentContext; ``` hope it will help some one :D
Add a calendar icon on the left of the label "Today". when press the icon button, the day's collectionView can be covered by a calendar collectionView, then you can scroll...
replace the line in show function ``` [[[[UIApplication sharedApplication] windows] firstObject] addSubview:self];``` to ```[[[UIApplication sharedApplication] keyWindow] addSubview:self];```