반응형
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
- swift6
- Operators
- ios14
- URL(string:)
- RxCocoa
- NavigationLink
- @Binding
- Xcode
- vim
- Bug
- RxSwift
- graphql
- SwiftUI
- @EnvironmentObject
- nonisolated
- SWIFT
- init?
- init
- dismiss
- nestjs
- Operater
- subject
- IOS
- @Environment
- NullObject
- RFC1738/1808
- operator
- Creating Operators
- typeorm
- @State
Archives
- Today
- Total
Tunko Development Diary
[iOS][swift] ScreenSize 가져오기 본문
let screenSize: CGRect = UIScreen.main.bounds
let screenWidth = screenSize.width
return screenWidth / CGFloat(dataSource.count)
반응형
'Development > iOS 개발' 카테고리의 다른 글
[iOS][swift]App version정보 가져오기 (0) | 2020.01.02 |
---|---|
[iOS][swift] 앱스토어로 보내기 (0) | 2020.01.02 |
[iOS][swift] UITableView 화면에 보이는 Cell 새로고침 (0) | 2020.01.02 |
UISearchBar 테두리 없애는 방법 (0) | 2020.01.02 |
[iOS][swift] PageviewController 사용하기 (0) | 2020.01.02 |
Comments