You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
445 B

//
// SlackTextViewController
// https://github.com/slackhq/SlackTextViewController
//
// Copyright 2014-2016 Slack Technologies, Inc.
// Licence: MIT-Licence
//
#import "SLKInputAccessoryView.h"
#import "SLKUIConstants.h"
@implementation SLKInputAccessoryView
#pragma mark - Super Overrides
- (void)willMoveToSuperview:(UIView *)newSuperview
{
if (!SLK_IS_IOS9_AND_HIGHER) {
_keyboardViewProxy = newSuperview;
}
}
@end