David
David
`pod 'Stripe', '~> 21.4'` I tried this and it solved my issue.
> One thing, kinda hacky that you can do is listen for NotificationCenter notifications that tells if the keyboard will show or hide and change the height passed to the...
Any solution for this?
Hi, I have an issue with final class DayRangeIndicatorView: UIView { .. init(indicatorColor: UIColor) { self.indicatorColor = indicatorColor supre.init(frame: frame) // 'self' used in property access 'frame' before 'super.init' call...