UITabBarController.customizableViewControllers=nil doesn't hide/Disable Edit
| Originator: | hweeboon | ||
| Number: | rdar://7701309 | Date Originated: | 01-Mar-2010 |
| Status: | Duplicated/6958330 | Resolved: | |
| Product: | iPhone SDK | Product Version: | 3.2.1 |
| Classification: | UI/Usability | Reproducible: | Always |
Summary: - Setting the customizableViewControllers property for UITabBarController doesn't the hide/Disable Edit Button. Instead an empty customization screen is shown. Bad usability. Steps to Reproduce: 1. Create a project based on the Tar Bar Application template in Xcode. Duplicate the tabs in IB. Add the following line to -application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions. tabBarController.customizableViewControllers = nil; 2. Run app, press More. Expected Results: - Edit Button should be disabled or hidden. Actual Results: - Edit button is enabled, pressing it shows an empty customization screen with a Done button. Regression: Xcode 3.2.1 3.2.2 beta 2 Notes:
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!