Paul

Results 15 comments of Paul

For others wondering about this, I ended up adding the following extension: ```swift extension ModuleProtocol { func presentWithNavController(from fromVC: UIViewController?, style: UIModalTransitionStyle, completion: CodeBlock? = nil) { let navVC =...

Tried that approach first. Didn't work for me. I'll put together a sample project to demonstrate, just in case it was a result of my complex layouts. I'll close the...

If you run this code and tap the back button the popover remains on screen. Is this intended? If not, I guess this is a bug. ```swift import SwiftUI import...

Yep, July 2021 and this repo still looks abandoned.

What's happening with this? You have a pull request for Swift 3 about a month old now. Advise making the Swift 3 changes the master and having a swift 2.3...

I'm getting this on ios 9.3 UITableView endUpdates when working with Realm fine-grained notifications.

Looks to happen only in landscape mode.

I would recommend the following terminology for changes to this library : @IBInspectable open var normal... @IBInspectable open var selected... @IBInspectable open var highlighted... My temp workaround was to use...

Hi George, Could you share your eraser tool code?