Nick Afkhami
Nick Afkhami
@kublaios That's right, with Xcode 10.2 that is. I ran into the same problem now. My above Cartfile definition worked until Xcode 10.1. Thanks, @rzulkoski. Your solution is not directly...
``` Objective-C self.navigationController.navigationBar.translucent = NO; ``` works for me too. Thanks for posting it guys! However, this is rather a workaround as you might want a translucent nav bar. So...
@sebinsua Okay, thanks for your input. To clarify: I and I think most of the others here just use the default setup with a navigation controller with a content table...