hello,
i added a UITextView to my cocos2d program
when i move the text shown,
cocos freezes
possible to fix this ?
thank you
A fast, easy to use, free, and community supported 2D game engine
hello,
i added a UITextView to my cocos2d program
when i move the text shown,
cocos freezes
possible to fix this ?
thank you
What director are you using?
[[[CCDirector sharedDirector]openGLView]addSubview:MytextView];
Which director are you specifying in your AppDelegate?
if( ! [CCDirector setDirectorType:CCDirectorTypeDisplayLink] )
[CCDirector setDirectorType:CCDirectorTypeMainLoop];
if i use this : [CCDirector setDirectorType:CCDirectorTypeDisplayLink] :: cocos2d freezes
if i use this : [CCDirector setDirectorType:CCDirectorTypeMainLoop] :: uitextveiw freezes
hmmm
You must log in to post.