반응형
블로그 이미지
개발자로서 현장에서 일하면서 새로 접하는 기술들이나 알게된 정보 등을 정리하기 위한 블로그입니다. 운 좋게 미국에서 큰 회사들의 프로젝트에서 컬설턴트로 일하고 있어서 새로운 기술들을 접할 기회가 많이 있습니다. 미국의 IT 프로젝트에서 사용되는 툴들에 대해 많은 분들과 정보를 공유하고 싶습니다.
솔웅

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함

카테고리

swift Memo

2015. 8. 26. 10:37 | Posted by 솔웅


반응형

* 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



반응형