Scott Berrevoets
Scott Berrevoets
FWIW we'd be happy to open-source our fork of the SDK, we just didn't initially because not all of the APIs are documented (even if the public SDK uses the...
I used the word 'fork' a bit loosely here, in that it's not really a fork at all ๐ We wrote a very barebones library (in Swift) that reimplemented only...
Thanks for bringing this up! We have had the same conversation and the (tentative) plan is to move away from `NSDictionary`/`NSArray` in favor of the Swift equivalents. I can't provide...
Did not work for me either unfortunately ๐
Probably fixed by https://github.com/br1sk/brisk/pull/120
Sorry, no plans on my end! But if you submit a fix I can look at whether it's something that's worth integrating upstream.
I wouldn't use `visibleViewController` to determine the supported orientations, but rather `topViewController`. If that doesn't work, you'll have to check the class of `visibleViewController` first or keep a reference to...
Can you add an example of what this would look like and what code you'd use to instantiate the alert?
Thanks for reporting, I'll try to look at this soon.
I think this is fixed on https://github.com/sberrevoets/SDCAlertView/tree/handle-keyboard-dismiss. Can you check it out and see if this solves your problem?