|
|
@@ -78,7 +78,7 @@
|
|
|
_txtQuestion.keyboardType = UIKeyboardTypeDefault;
|
|
|
_txtQuestion.returnKeyType = UIReturnKeyDone;
|
|
|
|
|
|
- _txtQuestion.placeholder = @"예) 아빠 생일은?";
|
|
|
+ _txtQuestion.placeholder = @"퀴즈를 선택하세요.";
|
|
|
_txtQuestion.customTextFieldSuperview = CustomTextFieldSuperviewIsContentView;
|
|
|
|
|
|
|
|
|
@@ -92,7 +92,7 @@
|
|
|
_viewHeight.constant = 0;
|
|
|
}
|
|
|
else{
|
|
|
- _viewHeight.constant = 223.f;
|
|
|
+ _viewHeight.constant = 224.0f;
|
|
|
}
|
|
|
}
|
|
|
|