-
The previous version addSubview now addSubview ,tableview emptyview insterSubview back forever,So that other views will be displayed on it.How to solve this problem?
DZNEmptyDataSetView *vi…
-
issueのラベルを表示させたい
`UICollectionView`を使う?
-
`func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath)` not called
-
UICollectionview的RefuseView中的子View用了桥接,结果崩溃在equeueReusableSupplementaryView这个方法,后来在copy约束这里加了子线程就好了,应该是约束在遍历和添加新约束时再加上collectionview刷新造成一些线程问题,本人是菜鸟,还请大神有时间看一下
```
if (placeholderView.constraints.cou…
-
@StefanLage
Hi!
If content page very more, 20 or 30 page.
support reuse content page like UITableView DataSource or UICollectionView DataSource is very cool thing.:+1:
Jack
-
![image](https://user-images.githubusercontent.com/15214079/65628147-73924400-e003-11e9-85f3-d7adfc0bf30c.png)
UICollectionViewCell高度自适应,
用的是自定义cell 中的 preferredLayoutAttributesFitting 方法来返回每个cel…
-
### Phenomenon
Crash by Index out of range because cachedCellWidths is not synched to viewControllers
![image](https://cloud.githubusercontent.com/assets/5389265/26749935/fde6b146-4851-11e7-9436…
-
Please tell me how we are going to achieve this UI for Forms : https://www.raywenderlich.com/392-uicollectionview-custom-layout-tutorial-pinterest
-
Hi,
I am seeing this when the device is in landscape or portrait
The behavior of the UICollectionViewFlowLayout is not defined because:
the item height must be less than the height of the UICo…
-
When UITableView or UICollectionView refresh UI via `insertItems(at:)` or `deleteItems(at:)`, the empty view will not show or hide currectly.
It is because only `reloadData()` method swizzled.