Giorgio Fiderio

Results 15 comments of Giorgio Fiderio

I think that the version 1.4 on Maven doesn't contain the fix on `cell` `fontSize`. This library is fantastic. Thanks, Giorgio.

As suggested by @mishamoe in #84 you have to change animation options to `allowUserInteraction` in `showMenu()` method to solve the problem.

Unfortunately your tip doesn't work neither with extend under the top bar enabled nor with extend under the top bar disabled. I think some messages are meaningful only in the...

I also used the demo app. In` ExploreViewController` class I changed row 96 (**Status Bar Level** segment in **Presentation Context** mode) with `config.presentationContext = .view(self.navigationController!.topViewController!.view);` I launched app in iPhone7...

I already try to uncheck "Under Top Bars" in the storyboard for the explore view controller but it doesn't work. Please could you tell me how you made it work?...

Thank you for your time, I thought it would be easier. Unfortunately, in your attached example the message appears only the first time.

Maybe, as workaround, might be easier showing the message in one of the mode already provided by "Presentation Context" and hiding it in `viewWillDisappear` method of the popping view controller....

I didn't look into the library's code, but if the message view is destroyed and `.forever` is a property of the message view, I still can't figure out why when...

Sorry, I should have looked harder!! However, I think `SwiftMessages.Config.eventListeners` is not suitable in my use case. `eventListeners` property has to be set when I show the activity-indicator view, but...

Hi @wtmoose, Meanwhile, I solved with this workaround ``` final class HUD { static let shared = HUD() private let swiftMessages = SwiftMessages() private var didHideHandler: (() -> ())? private...