Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- push
- 페이백
- 신도림 테크노마트
- UIView
- 신도림
- swift3
- Example
- Bitcode
- 해몽
- loop
- 아이폰7
- setting
- Xcode
- LG유플러스
- Check
- 공략
- UITableView
- 샘플
- 포켓몬 GO
- error
- 스마트폰
- 얻는법
- swift
- 보라카이
- simulator
- IOS
- 포켓볼
- afterdelay
- 앱스토어
- GCD
Archives
- Today
- Total
목록programmatically (1)
도래울
UILabel programmatically by Swift
// CGRectMake has been deprecated - and should be let, not var let label = UILabel(frame: CGRect(x: 0, y: 0, width: 200, height: 21)) // you will probably want to set the font (remember to use Dynamic Type!) label.font = UIFont.preferredFont(forTextStyle: .footnote) // and set the text color too - remember good contrast label.textColor = .black // may not be necessary (e.g., if the width & heigh..
개발/iOS
2017. 11. 13. 17:26