Create Barbutton with UIBarButtonSystemItemFixedSpace
UIBarButtonItem *fixedSpace = [[UIBarButtonItem alloc]initWithBarButtonSystemItem:UIBarButtonSystemItemFixedSpace target:nil action:nil];
fixedSpace.width = 40;
And add this item to the item array
No comments:
Post a Comment