Dmytro
Dmytro
thanks for the answer! I need to hide the icon "menu" on the navigation bar (LeftBarItem), but the menu should work with swype
[navigationbar setRighBarButtonItem:nil] - not worked :( in example project: #import "FriendsViewController.h" @implementation FriendsViewController - (void)viewDidLoad { [super viewDidLoad]; [self.navigationItem setLeftBarButtonItem:nil]; //
Cool, thank you!
Okay, thanks
The same issue happened to me.