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 |
Tags
- Swift
- mac
- window
- FLUTTER
- darkmode
- 개발자
- Notification
- SwiftUI
- github
- Apple
- 웹뷰
- error
- Realm
- 이미지
- appstore
- iOS16
- 한글
- IOS
- JPA
- MacOS
- rxswift
- Session
- Xcode
- view
- geofencing
- Archive
- Firebase
- UIButton
- Code
- Git
Archives
- Today
- Total
목록CollectionView (2)
EEYatHo 앱 깎는 이야기
Swift ) CollectionView로 화면을 채울 때 주의사항 - EEYatHo iOS
https://stackoverflow.com/questions/46481858/full-screen-uicollectionviewcell-issue-on-iphone-x-in-landscape Full-screen UICollectionViewCell issue on iPhone X in landscape In my app, I present a view controller modally, and this view controller contains a UICollectionView that fills the superview. Each cell in the collection view needs to be full-screen - the same si... stackoverflow.com collec..
iOS, Swift
2021. 6. 14. 14:57
Swift) CollectioView 페이징 스와이프UX 핵심 - EEYatHo iOS
콜렉션뷰를 유저가 스와이프할 때, 어떤 위치의 아이템을 보여줄지 알아내는 소스 func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer) { // 스와이프시 애니메이션 끝날 떄 위치를 미리 알 수 있음 let index = Int(targetContentOffset.pointee.x / view.frame.width) ... }
카테고리 없음
2021. 3. 22. 11:46