티스토리 뷰
시작
아이폰X가 나오면서 이제는 무조건 statusbar 높이가 20이 아니다... ㅋㅋㅋ
아무튼 이렇게 되었을 경우에 높이를 구해오는 property가 있을것이라 생각해서 보니 당연히 있더라.
그냥 하자.
swift
1 2 | let statusBarRect = UIApplication.shared.statusBarFrame let height = statusBarRect.height | cs |
Objective-C
1 2 | CGRect statusBarRect = [UIApplication sharedApplication].statusBarFrame; CGFloat height = statusBarRect.size.height; | cs |
엄청나게 쉽다.
'Mobile > iOS' 카테고리의 다른 글
[iOS/swift] iOS Model Identifier 가져오기 (0) | 2017.10.19 |
---|---|
[iOS/swift] safeArea 이용하기 (0) | 2017.10.19 |
[iOS] 버전 분기 (0) | 2017.10.18 |
[iOS/swift] CoreData 예제 (0) | 2017.10.18 |
[iOS] CoreData Stack (0) | 2017.10.18 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- ubuntu
- golang
- MySQL
- CentOS
- php
- war
- SWIFT
- nodejs
- docker
- intellij
- go
- github
- android
- git
- ios
- Python
- Kotlin
- windows10
- enum
- Linux
- Java
- Xcode
- Gradle
- centos8
- tomcat
- cocoapods
- rxswift
- Windows
- Codable
- Spring
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함