Category Archives: iPhone Programming

Convert your iPhone app to iPad app

SeismicXML
http://developer.apple.com/library/ios/#samplecode/SeismicXML/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007323
http://developer.apple.com/library/ios/#samplecode/Recipes_+_Printing/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011098
1. 위 링크의 예제코드(SeismicXML 등등)를 받는다.
2. Xcode 에서 Project Navigator를 선택하고  Targets을 선택한 후 iOS Application Target의 Devices를 Universal로 바꾼다.
3. 다시 빌드하고는 iPad 4.3 Simulator로 실행한다.
사용자 삽입 이미지

How To: Use iPhone Simulator

http://www.howapp.com/725

Table 4-1
lists gestures you can perform on the simulator (see iPhone Human Interface Guidelines for gesture information).





























Table 4-1  Performing gestures in iPhone Simulator

Gesture


Desktop action


Tap


Click.


Touch and hold


Hold down the mouse button.


Double tap


Double click.


Swipe


1. Place the pointer at the start position.


2. Hold the mouse button.


3. Move the pointer in the swipe direction and release the mouse button.


Flick


1. Place the pointer at the start position.


2. Hold the mouse button.


3. Move the pointer quickly in the flick direction and release the mouse button.


Drag


1. Place the pointer at the start position.


2. Hold down the mouse button.


3. Move the pointer in the drag direction.


Pinch


1. Hold down the Option key.


2. Move the circles that represent finger touches to the start position.


3. Hold down the mouse button and move the circles to the end position.