Does anyone have any idea on how the developers of the reddit iphone application created the browser buttons which appear in the navigation bar when viewing external sites?
does rightBarButtonItem accept any view -> did they just create a view with multiple buttons and assign it to self.navigation.rightBarButtonItem or did they subclass UIButton?
Is their a standard "multiple button" button implementation?