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
- UIView
- IOS
- 해몽
- 샘플
- swift
- Xcode
- 공략
- LG유플러스
- 포켓볼
- 페이백
- 얻는법
- GCD
- Bitcode
- 포켓몬 GO
- 보라카이
- 스마트폰
- error
- Example
- push
- swift3
- Check
- loop
- setting
- 앱스토어
- 신도림 테크노마트
- UITableView
- afterdelay
- 신도림
- simulator
- 아이폰7
Archives
- Today
- Total
도래울
Display CGRect Frame Values in NSLog 본문
Here is simple tip to display frame values of any UIView with NSLog
1
|
|
After this run your app and in Debugger Console you will se output where values are written in x, y, width, height format.
1
|
|
'개발 > iOS' 카테고리의 다른 글
swift network library alamofire (1) | 2016.04.07 |
---|---|
cocoapods 사용하기 (0) | 2016.03.31 |
iOS SWIFT 전화걸기 액션 (0) | 2016.03.14 |
iOS 라이브러리 정리 (1) | 2016.03.11 |
부분 코드 실행이 가능한 Xcode 플러그인[설치용], VWInstantRun (0) | 2016.03.11 |
Comments