-
iOS ) CollectionView에 수평 스크롤 넣기 Programmatically (horizon) - swiftPrograming Language/iOS(Swift) 2019. 11. 29. 01:58728x90반응형
예제 코드
let collectionView = UICollectionView() let layout = UICollectionViewFlowLayout() layout.scrollDirection = .horizontal self.collectionView.collectionViewLayout = layout self.collectionView.pagingEnabled = YES;
728x90반응형'Programing Language > iOS(Swift)' 카테고리의 다른 글
iOS ) Keyboard올라 올때 레이아웃 밑에 버튼이 가리는 경우에 버튼 보이게 레이아웃 설정 하기 (0) 2019.12.04 iOS) Disable “Dark Mode” in iOS 13 -swift (0) 2019.12.03 iOS) Scrollview Programmatically (코드로 작성) (0) 2019.11.28 iOS ) 스크린에 상태 바 없애기(시간, 배터리잔량 등) (0) 2019.11.27 iOS ) 카운트 다운 메서드 (0) 2019.11.27