Fixed whitespace
This commit is contained in:
@@ -63,11 +63,11 @@ static void SDLCALL SDL_HideHomeIndicatorHintChanged(void *userdata, const char
|
|||||||
@implementation SDLUITextField : UITextField
|
@implementation SDLUITextField : UITextField
|
||||||
- (BOOL)canPerformAction:(SEL)action withSender:(id)sender
|
- (BOOL)canPerformAction:(SEL)action withSender:(id)sender
|
||||||
{
|
{
|
||||||
if (action == @selector(paste:)) {
|
if (action == @selector(paste:)) {
|
||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
|
|
||||||
return [super canPerformAction:action withSender:sender];
|
return [super canPerformAction:action withSender:sender];
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user