how can I remove the top border on UIToolBar March 24, 2023 by Tarik You can do like this: self.navigationController.toolbar.clipsToBounds = YES;