Pytanie : Dlaczego widok na the tylny guzik nawigacja bar?

Hej facet, I zastanawiać się dlaczego widok na the tylny guzik nawigacja bar?
Not na tytułowy widok, ale na the plecy button.
It wydawać się jak że the tylny guzik być UIBarButtonItem, che inherite UIView…
Help zadawalać!

Thanks!

David

Odpowiedź : Dlaczego widok na the tylny guzik nawigacja bar?

UIBarButtonItem mieć initWithCustomView.
W Ten Sposób jeżeli ty tworzyć UIButton, then ty móc móc jak:
UIBarButtonItem *barButtonItem = [[UIBarButtonItem alloc] initWithCustomView: theUIButtonYouCreated];

http://developer.apple.com/iphone/library/documentation/uikit/reference/UIBarButtonItem_Class/Reference/Reference.html#//apple_ref/occ/instm/UIBarButtonItem/initWithCustomView:

Tutaj ty widzieć krótki przykład:
Dlaczego zwyczaj UIBarButtonItem UIActivityIndicatorView
http://www.leegillen.com/Public/Blog/Entries/2008/10/26_How_to_use_a_custom_UIBarButtonItem_to_display_a_UIActivityIndicatorView.html

Właściwie ten klasa mieć initWithImage zbyt.
Inne rozwiązania  
 
programming4us programming4us