I am using Storyboard to create a tab bar which has 6 tabs. The tab bar is the initial view controller. I am not using any custom class for my tabbarcontroller. The more tab gets a “edit” button. How can I remove that button?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Finally created a custom class for my TabBarController and did this
That solved it.