iOS7 Simulator Keyboard 올라오지 않을때
2014. 11. 26. 16:03ㆍ개발자료/iOS
반응형
iOS7 Simulator로 앱을 테스트 하는경우 키보드가 올라오지 않을때가 있다.
이럴때는 아래의 단축키를 이용해서 해결할수 있다.
Shift+Command+K 를 이용해서 해결 함.
Shift+Command+K Connect/Disconnect Hardware Keyboard
Command+K Toggle (Show/Hide) Software Keyboard
반응형
'개발자료 > iOS' 카테고리의 다른 글
ARC 사용 여부 체크 (0) | 2016.06.13 |
---|---|
NSString (0) | 2016.03.16 |
NSDictionary <null> 값 비교 처리 (0) | 2014.11.25 |
UIViewController (0) | 2014.11.07 |
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=armv7s, VALID_ARCHS=armv7) (0) | 2014.10.28 |