Ignacio Romero Zurbuchen
Ignacio Romero Zurbuchen
You can use `setTintColor:forSegmentAtIndex:` for each segment, and `tintColor` for tinting the control, which will apply to the selection indicator bar.
I personally don't use Carthage that much. Happy to review a PR that adds support tho.
Will give it a try tonight. For sure this time!
Mind posting a snippet of the request URL?
Are these lines called when you dismiss the modal? https://github.com/dzenbot/DZNWebViewController/blob/e1731d96ffaa5cbdce289b5e2948b9f805d92a5c/Source/Classes/DZNWebViewController.m#L858-L862 PS: You shouldn't have to remove observers yourself. It should do it internally.
Try adding an exception breakpoint. https://developer.apple.com/library/ios/recipes/xcode_help-breakpoint_navigator/articles/adding_an_exception_breakpoint.html Unless you're using a dynamic framework, it should still point out where the exception is being triggered.
Doesn't look like `webModalNC` is a property for him. Is it?
Does it need to be a `var`? Can't you just make it a `let` in your implementation scope? Try sharing a gist of your implementation as it is hard to...
Send a PR to fix it
Sounds like you may have more than just 1 section?