gdavis / FGallery-iPhone

Objective-C based gallery for iPhones
583 stars 144 forks source link

baritems as property + Memory Leak Fix #30

Closed bulusoy closed 9 years ago

bulusoy commented 12 years ago

_barItems is now a property, so it can be used after the initWithCoder Method has been called. Fixes a Memory Leak which occurs at -setUseThumbnailView:

gdavis commented 12 years ago

It seems the barItems property implementation is incomplete. You will need to provide a custom setter method for this property to properly update the toolbar when new bar items are set.

bulusoy commented 12 years ago

Ooops. My fault. I'll take care tomorrow.

gdavis commented 9 years ago

Closing open issues since I’m not actively maintaining this project.