mariohahn / MHVideoPhotoGallery

A Photo and Video Gallery
MIT License
1.96k stars 352 forks source link

customBarButtonItem not working #137

Open hozefa26 opened 8 years ago

hozefa26 commented 8 years ago

Setting customBarButtonItem in MHUICustomization doesn't seem to have any effect.

CHNLiPeng commented 8 years ago

I met this too.

mariohahn commented 8 years ago

Hi,

pls use this instead:

-(NSArray<MHBarButtonItem >_)customizeableToolBarItems:(NSArray<MHBarButtonItem >_)toolBarItems forGalleryItem:(MHGalleryItem*)galleryItem;

(:

ZahidKsoft commented 8 years ago

implementing the above method having no impact, even tried placing a bookmark inside this but control is not transferring

ronaldalfaro commented 8 years ago

Hi! somebody has fixed this bug or some suggestion?, I need to use the customBarButtonItem.. thanks!