-
I am using XLPagerTabStrip 3.0 for my objective C project. I made a ViewController which is a subclass of XLButtonBarPagerTabStripViewController and made a storyboard of my ViewController and connect…
-
Collection view header getting overlapped while setting
let alignedFlowLayout = collectionView?.collectionViewLayout as? AlignedCollectionViewFlowLayout
alignedFlowLayout?.horizontalAlignment = .le…
-
QBImagePicker: 3.4.0
Device: any iPad
iOS: 9.3
I'm not sure if and when this bug has been introduced, but the `collectionViewLayout` isn't properly set up on an iPad, if the view controller isn't ful…
-
in objective-c
- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath
{
return CGSi…
-
```swift
func applyLayout(
_ layout: CollectionViewLayout.Type,
configure: ( (CollectionViewLayout) -> Void )? = nil
) { ... }
```
-
Hi. I'm using your library through pods.
I have a problem. I have to catch the cell that is on dragging states.
In these delegates,
- (void)collectionView:(UICollectionView *)collectionView layout:(…
-
### New Issue Checklist
- [x] Updated SwiftLint to the latest version
- [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues)
### Describe the bug
```swift
…
-
## 목적
> 1차 Refactor
### 작업 상세 내용
- [x] Network작업을 Alamofire에서 URLSession으로 변경하기
- [x] Network를 Router Pattern을 적용하기
- [x] 통신 실패시 재통신 기능 구현
- [x] 통신 실패시 통신 오류임을 사용자가 확인하고 다시 시도할 수 있게 UX 구성하기
-…
-
I'm trying to add a collection view this way but cells are not being displayed. Cell is created through storyboard nib, all a get is constraints warnings in console.
` let collectionView : …
-
This pod looks great, super clean. I'm having an issue with a flipped collectionview and cell (chat app) though and not sure why.
I've tried both:
```
let layout = BouncyLayout()
collectionVi…