mirror of https://github.com/axmolengine/axmol.git
Fix missing protocol method warning for iOS 6.0 addition
This commit is contained in:
parent
227d2cf60b
commit
be2f20e213
|
@ -718,6 +718,12 @@ static EAGLView *view = 0;
|
|||
return nil;
|
||||
}
|
||||
|
||||
- (NSArray *)selectionRectsForRange:(UITextRange *)range
|
||||
{
|
||||
CCLOG("selectionRectsForRange");
|
||||
return nil;
|
||||
}
|
||||
|
||||
#pragma mark -
|
||||
#pragma mark UIKeyboard notification
|
||||
|
||||
|
|
Loading…
Reference in New Issue