Anthony Miller
Anthony Miller
Have you tried setting the `layer.zPosition` of the subview to a number higher than that of the `UITableView` on the controller? Or possibly just using `bringSubviewToFront(view:)
Well, setting the `layer.zPosition` was a part of the solution, but it wasn't nearly as simple as that! I've made a PR that solves this. @aschuch, let me know what...
@aschuch Hey there! Just wanted to confirm that this library is still actively maintained, since we haven't heard any reply about the fix I've proposed. It's totally fine if you're...
Right. I need to connect to a local Postgres DB for a non-server side OSX project that is using Swift 2.1. Since Swift 2.2 is still in beta, I can't...
Thanks, I really appreciate it! Let me know if you want any help with creating the podspec. Not sure how much work you've down with Cocoapods, and I've made a...
Don't want to be pushy, but any progress on this @stepanhruda . I'm waiting to use this. Thanks!
👍 Would love to see a new version also.
@kevin0571 That's fair. I've updated the proposal. I still think the ability to access the `viewControllers` property would be very valuable and easy to implement, as it's already there, just...
Handling that now 👍
It looks like this is actually fixed on `master` using: ``` swift #if __has_include() # import #else # import "NUIParse.h" #endif ``` @Stunner I know you have a few more...