728x90
download : http://github.com/minjoongkim/CustomKeyboard
1. import CustomKeyboard.h
2.
*.h
@property (nonatomic, strong) CustomKeyBoard *keyboard;
@property (nonatomic, strong) IBOutlet UITextField *tf_keyboard;
*.m
-(void)viewDidLoad { UIScreen *mainScreen = [UIScreen mainScreen]; keyboard = [[CustomKeyBoard alloc] init:mainScreen.bounds.size.width height:mainScreen.bounds.size.width*0.7 textView:tf_keyboard]; tf_keyboard.delegate = self; }
728x90
'Developer > iOS' 카테고리의 다른 글
[iOS9]3D-Touch-Example (0) | 2015.12.03 |
---|---|
[iOS9] ShotCutItem (QuickAction) 퀵액션 추가하기 (0) | 2015.12.03 |
[iOS]홈에서 돌아왔을때, 함수 실행하기 (0) | 2015.10.26 |
[iOS]Touch ID 사용 가능한지 판단하는 함수. (0) | 2015.09.14 |
[iOS]NSTimer 사용하기 (타이머) (0) | 2015.08.31 |