Bottom half of UITabbar is not responding to clicks
问题 I have created a UITabbar with 3 items and placed it on a UIScrollView When I click the buttons of the tabbar they do not respond in the bottom half. The upper area is working fine. When clicking in the area just above the tabbar the tabs are also switched. What can be wrong? How can i correct this misalignment of the clickable button area? In viewDidLoad: [super viewDidLoad]; scroll.frame = CGRectMake(0, 20, 320, 460); scroll.pagingEnabled = YES; scroll.contentSize = CGSizeMake(320 * 2, 460)