-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Forcing hidden hairline in navigationBars #64
Comments
@pawelkata Thanks! I think you're correct in that it should be optional. I'll update Chameleon tomorrow! |
@ViccAlexander Blazingly fast response time! Thank you very much! I honestly can't imagine not using Chameleon in my apps :D |
My bad. There needs to be a new bool to control this |
@pawelkata No worries. I'm glad you're finding it useful! |
True 😅😅😓😓 (not a good idea to copy-paste at 4am) |
Sorry it took an extra day. I just updated Chameleon to [self.navigationController setHidesNavigationBarHairline:YES];
//or
self.navigationController.hidesNavigationBarHairline = YES; Or if you rather do it from inside a [self setHidesNavigationBarHairline:YES];
//or
self.setHidesNavigationBarHairline:YES; Good luck @pawelkata! |
Awesome! Thanks! :D |
The current version of Chameleon forces hidden hairline in all navigationBars throughout an app. While for some instances this is correct, I use Chameleon mainly for flat colors and missing hairline in navigation bars really messes up my UI. Is it necessary to force the hairline to be hidden?
Here's the code
UINavigationController+Chameleon.m
:Other than that this is an awesome framework! Thanks! :D
The text was updated successfully, but these errors were encountered: