LeoSnek

Results 17 comments of LeoSnek

Example here: https://github.com/WenchaoD/FSCalendar/issues/1219

You can disable any date using the `shouldSelect date: Date` method from `FSCalendarDataSource`. The below code disables Saturdays and Sundays: ``` func calendar(_ calendar: FSCalendar, shouldSelect date: Date, at monthPosition:...

I can confirm it's working fine in WatchOS 7

I get the very same issue and I have an issue when trying the code in my own app (I didn't have it prior to iOS7).

I have just found that when using .always in conjunction with a shared keychain the items in the keychain are not actually removed when you call to remove them.

I have got this working nicely, including respecting safe areas, so wanted to share some code to help others. This uses the same structure as mentioned by @jungchris above. Firstly...

That the refresh token has already been consumed.

Would you mind re-reading my original post please because it doesn’t seem like you have understood the issue.

My issue isn’t really to do with access tokens, just refresh tokens. When we’re performing multiple API calls each calls ‘performAction’ to get the access token. However if the access...

I’m sorry but you still are not following what I am saying. I don’t know how to explain it any better. Not sure on the OAuth provider, I would have...