'XCode' 카테고리의 다른 글

시뮬레이터 Document 폴더 확인  (0) 2015.11.30
XCode Version Select 및 Version Check  (0) 2015.11.25

참고 : https://tmondev.blog.me/220690677856


오토레이아웃을 쉽고 가독성있게 도와주는 snapkit

https://github.com/SnapKit/SnapKit




'Autolayout' 카테고리의 다른 글

autolayout 사용시 좌/우에 여백이 생기는 경우  (0) 2015.04.07

UITextView에 입련 힌트를 보여줄 수 있는 Placeholder를 추가해줄 수 있는 클래스


간단하다.


링크로 들어가 클래스 파일만 추가하고 해당 텍스트뷰의 placeholder에 힌트만 적어주면 된다.

(ex : textview.placeholder = "힌트")


정말 편리하다.


설명이된 블로그 

https://finnwea.com/blog/adding-placeholders-to-uitextviews-in-swift


git-hub

https://gist.github.com/tijme/14ec04ef6a175a70dd5a759e7ff0b938


'Swift > ' 카테고리의 다른 글

UserDefaults 와 Array  (0) 2017.09.22
텍스트 필드에서 숫자만 입력받기  (0) 2017.09.03
HTTP Networking Framework - Alamofire  (0) 2016.02.03
StatusBar hidden 하기 (Swift)  (0) 2015.04.08
swiftdoc.org  (0) 2015.01.20

- xcode 선택

sudo xcode-select -s [xcode full path]


- 버전확인

gcc --version

'XCode' 카테고리의 다른 글

앱설치 사이즈 확인 및 줄이는 방법 가이드  (0) 2018.03.21
시뮬레이터 Document 폴더 확인  (0) 2015.11.30

+ Recent posts