keyboard 썸네일형 리스트형 custom keyboard 1) Overlay an image. 2) Overlay a button. And you’re done. Here’s the code I used: - (void)textFieldDidBeginEditing:(UITextField *)textField { // locate keyboard view UIWindow* tempWindow = [[[UIApplication sharedApplication] windows] objectAtIndex:1]; UIView* keyboard; UIImageView *decimalKeyboard = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 320, 216)]; decimalKeyboard.image = [UIImage.. 더보기 이전 1 다음