How remove default free spaces between UIBarButtonItems on toolbar ?
You can see free space in screen

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.
You want to create a single custom
UIBarButtonItem. Use theinitWithCustomView:initializer of theUIBarButtonItemclass to create an item with both buttons in it. Create your ownUIViewsubclass, a customUIViewwith both buttons in it, or use aUISegmentedControlas the custom view directly.