Closed eighteight closed 6 years ago
Hi,
Is there a way to add this to a navigation bar button item?
Something like this:
myUiViewController.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithCustomView:SOMEVIEW];
Thanks.
I never tried and it certainly wasn't designed for that. If nothing else, it probably won't fit / look good. But you can try if you like. :)
Hi,
Is there a way to add this to a navigation bar button item?
Something like this:
myUiViewController.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithCustomView:SOMEVIEW];
Thanks.