Merge branch 'mchinensedit'

This commit is contained in:
Michael Chinen 2013-05-01 00:52:59 +09:00
commit bc11fdd8f5
1 changed files with 6 additions and 0 deletions

6
cocos2dx/platform/ios/EAGLView.mm Executable file → Normal file
View File

@ -718,6 +718,12 @@ static EAGLView *view = 0;
return nil;
}
- (NSArray *)selectionRectsForRange:(UITextRange *)range
{
CCLOG("selectionRectsForRange");
return nil;
}
#pragma mark -
#pragma mark UIKeyboard notification