views:

60

answers:

1

Hai.

How and when we use the UITabbar beginCustomizingItems and endCustomizingAnimated methods, can any one guide me about these methods ?

A: 

Call beginCustomizingItems when you want to allow the user to edit the order of tab-bar items etc. See http://developer.apple.com/iphone/library/documentation/uikit/reference/UITabBar_Class/Reference/Reference.html#//apple_ref/occ/instm/UITabBar/beginCustomizingItems: for details.

Andiih