Barbutton item in navigtion bar leftbar button got stick to the top left conrner
问题 bar button got stick to the y origin as 0 to navigation bar and x as 0.but i want to add some y position to barbutton item. UIBarButtonItem *barbutton; barbutton = [[UIBarButtonItem alloc] initWithTitle:@"Back" style:UIBarButtonItemStyleBordered target:self action:@selector(onbackbtnpressed:)]; [barbutton setWidth:30]; [barbutton setTintColor:KANEKA_BLUE_COLOR]; [barbutton setAccessibilityFrame:CGRectMake(10, 10, 30, 20)]; self.navigationItem.leftBarButtonItem = barbutton; Please tell me how