Andrea Mazzini
Andrea Mazzini
Hi @rgagnon it's likely an issue in your integration. Are you using CocoaPods?
Hi @alezoffoli this might be a bug. Can you do a quick test by calling `bringSubviewToFront(spinner)` on `UIApplication.shared.windows.first{ $0.isKeyWindow }` after `show`? (The spinner reference is returned by the `show`...
Hi @tomengland can you post a simple demo project reproducing the issue? It'll help the bug hunting quite a bit. Thanks
Hi @matthewharrilal Regarding the subtitle, can you provide more details on your configuration to help us reproduce the issue? How are you showing the spinner, and on what kind of...
Hi @skysf can you share some sample code to quickly reproduce the issue?
Hi @kjt1212 I tested the app and it seems to be working fine. I'm running Xcode 7.2 though.
Hey @jeremymeyers Currently we have no plans, we no longer use PB
Hi @Silviuvr The method is still there, there were just a few changes in the signature: https://github.com/andreamazz/AMPopTip/blob/main/Source/PopTip.swift#L604 so it's `in` instead of `inView` and `from` instead of `fromFrame`