Oleg Sorochich

Results 4 comments of Oleg Sorochich

Hi @kallahir, Thanks for your response! Actually, I have to change color of weekday labels (e.g. Monday, Tuesday..etc) at the top of calendar. The delegate method you've attached is used...

Actually, I have a tricky way to do so, but I don't like such solution and I'd like to use some public declared API. This is the solution I use...

Unfortunately, this solution works well except the case when `reloadData` message is sent to `FSCalendar` instance, because under the hood it calls` [self invalidateWeekdayTextColor];` and it resets all colors to...

Hi all, Actually, I have a fix for that. Please, check [PR_26](https://github.com/boserup/JBWebViewController/pull/24) and [PR_24](https://github.com/boserup/JBWebViewController/pull/24/). You can add the fix manually if you would like. Now it works well for me.