Giorgio Fiderio
Giorgio Fiderio
This component looks great, but I have some layout problem when I rotate device with dropdown menu visible. If you enable rotation, you can see these problems also in demo...
I installed **GDataXML-HTML** library via **CocoaPods** but I obtain _No such module_ build error. Is it possible use this library in a swift project with Xcode 8? Thanks, Giorgio
Hi @wtmoose, I'm experiencing a problem with statusBar style when I present a centered swiftMessage in a view controller presented with `.pageSheet` `modalPresentationStyle`. I attach a screen below to better...
Hi @wtmoose, in my app I have to show a custom view controller at center of the screen as a modal alert. I would like to use once again your...
Hi @wtmoose, In my app, I'm using **SwiftMessages** to show an activity-indicator view during a time consuming operation. All it's ok. I found the `indefinite(delay: TimeInterval, minimum: TimeInterval)` enum case...
Hi, I'm evaluating to use your great library in my app. Only a question: in a `UINavigationController` based app is there a way to attach message only in top viewcontroller?...
I have a simple **Tutorial.strings** file ``` /* Tutorial.strings MyCompany Created by John Doe on 11/07/23. */ "skip_button_title" = "SKIP"; "start_button_title" = "START"; ``` My generated **Strings+Generated.strings** file contains the...
I'm testing your library in my project. In development mode, iOS8 device, no jailbreak, I have a fail in `fstabCheck` function: `stat("/etc/fstab", &sb)` return -1 so the subsequent `sb.st_size` return...
I implemented a simple `LocalStorage` ```` protocol LocalStorage { var tutorialShowed: Bool { get set } } ```` ```` /// Keys constants private enum Key { static let tutorialShowed =...
Hi, I noticed the following problem: in a `ButtonBarPagerTabStripViewController`'s subclass with two tabs I use ``` changeCurrentIndexProgressive = { [weak self] (oldCell: ButtonBarViewCell?, newCell: ButtonBarViewCell?, progressPercentage: CGFloat, changeCurrentIndex: Bool, animated:...