Skip to content

Instantly share code, notes, and snippets.

View nameghino's full-sized avatar
🚀

Nico Ameghino nameghino

🚀
  • Ciudad Autonoma de Buenos Aires, Argentina
View GitHub Profile
@zoul
zoul / UINavigationItemPlus.h
Created August 31, 2010 07:40
Multiple buttons in UINavigationItem
@interface UINavigationItem (Extensions)
- (void) setRightBarButtonItemsWithTotalWidth: (NSUInteger) width
items: (UIBarItem*) firstItem, ...;
@end