suyang

Results 3 comments of suyang

I encountered the same problem today. I think the problem is that an MHImageURL instance is not created when the MHGalleryItem is instantiated with itemWithImage I suggest to make the...

Same problems happen to me. You might consider force the viewcontroller back to portrait mode when pressing share button... ``` -(void)sharePressed{ // Force MHGalleryController to go back to protrait because...