Fix missing protocol method warning for iOS 6.0 addition

This commit is contained in:
Michael Chinen 2013-05-01 00:35:17 +09:00
parent 227d2cf60b
commit be2f20e213
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