thanks
How to dispaly a Help Text Page in cocos2d?
(7 posts) (3 voices)-
Posted 2 years ago #
-
You can use a UIWebView and save all your help text in html
You can draw all your help text and diagrams in photoshop and make it in to a full screen help Sprite
You can use a series of Labels or LabelAtlases to display your help text.
Any others?
Posted 2 years ago # -
Thanks, UIWebView is OK. Because i download html file from Web and want to display.
So how to use UIWebView in cocos2d ? ;)
Posted 2 years ago # -
OK,I know how to use UIWebView ,But so complex!
Posted 2 years ago # -
Also, there is an issue between downloading web based information and the rating you choose for the app store. See my other post on the subject here:
Posted 2 years ago # -
Provided you only download from one location with clean content (ie., it is not user controllable), downloading web based information should not have an effect on your rating.
Posted 2 years ago # -
Thank you for your help.
Posted 2 years ago #
Reply
You must log in to post.