pgawlowski
pgawlowski
@andreamazz - In my project, while validating whole form at once there is a change to show multiple popTips at once. When I tap outside it is not dismissing all...
Just figured it out. My question is why it is not using global coordinates and `UIApplication.shared.keyWindow` by default? In that case method will be simpler (just provide starting rect) as...
Do you have any additional info about snapping this kind of UIView? I mean I'm adding it on top of everything, however I would like to preserve position change e.x...
I would like to say it is correct however during tests I was doing comparison between transformEndDateOfYear and manually created dates (with using Date.init()) and it was constantly failing. It's...
Any suggested workaround until it's done?