* Set to whole width with some Margin
ctrl-Drag -> to right : Menu - Select Trailing space to container Margin : Orange Lines
// -> to left : Select leading space to the container margin
// -> to Top : Select Top spacing to Top Layout Guide
==> will see blue line : completed for vertical
Orange - Click on Document outline (bottom left) -> Select lable 0
Yellow circle in View Controller section -> resolve the issue : Update Frame, Constraints, Reset to Suggested Constraints, Apply to all views in container -> select Update Frame -> Fix Misplacement -> Orange will go away
* iOS Simulator - Hardware - Rotate
* special Characters - Edit - Emoji & Symbols
* Array
- var xxx: Array<Double> = Array<Double>()
- var XXX = Array<Double>()
XXX.append(displayValue)
* right button on a element in Storyboard screen - disconnect to the methods
* fit elements (objects) to screen
Make perfect Grid for all elements in the screen. -> select 2nd icon :o: : Add New Constraints - top,left,right,bottom all 8
-> in View Controller Scene : Click on yellow icon on right top -> click on any yellow triangle - Apply to all views .... -> done : Test - rotate it
'iOS > swift' 카테고리의 다른 글
[Swift] Table View 만들기 (0) | 2015.10.15 |
---|---|
[Swift] Facebook 에 사진 올리는 앱 Selfie 만들기 (0) | 2015.09.21 |
[Swift] Social Network Service (Facebook, Twitter) (0) | 2015.09.19 |
[Swift] 카메라와 사진 다루기 (Camera and Photo) (0) | 2015.09.19 |
[Swift] 현재 위치 맵에 표시하기 (0) | 2015.09.14 |
[Swift] 현재 위치 정보 다루기 (0) | 2015.09.14 |
Tutorial: How to use Auto Layout in Xcode 6 (0) | 2015.08.27 |
swift 함수 사용 예제 (0) | 2015.08.25 |