SonarSystems / Cocos-Helper

Cocos2d-x external framework helper.
MIT License
120 stars 48 forks source link

Fixed: Issue with "Share" not creating an image on iOS #29

Closed PorkyPixels closed 8 years ago

PorkyPixels commented 8 years ago

When providing SonarCocosHelper::IOS::Share with an image path, the message would display as "Hello world imagepath" instead of displaying the image.

This has been fixed and tested on iOS 7 and 9.

SonarSystems commented 8 years ago

Thank you for this fix.