Here is the documentation from Apple:
Items displayed on the toolbar.
@property (non-atomic, copy) NSArray * items Discussion Elements, instances of UIBarButtonItem that are visible on the toolbar in the order in which they appear in this array. Any changes to this property are not animated. using setItems: animated: method animated changes.
The default value is nil
, NSLog(@"%@", myToolBar.items);, , nil , UIBarButtonItem