-
If you try to add the same Tag from your proposed alltags to your chosenTags twice right after the first one was added, you get a crash. This can happen if you fill your proposed tags from your backen…
-
I have 3 UICollectionViews in a UIViewController
can't get this to work at all
-
`UICollectionView recieved layout attributes for a cell with an index path that does not exist`
-
batchUpdate causes the crashes on both UITAbleView and UICollectionView:
```swift
func testBatchUpdates12() {
array.batchUpdate { (array) in
array[2] = 4
arr…
-
**描述bug**
collectionView上拉 加载自定义gif footer 刚出现界面时会卡顿一下,
**必现/偶发?**
必现
**怎么样重现这个bug**
collectionView上拉拖动 footer 刚出现界面就可以复现
**你期望的结果是什么?**
通过对比发现旧版本3.1.12与最新(3.7.5)在某些写法上有差异
在这个commit上,…
-
我的header是SwipeHeaderView 上面放了一个UICollectionView的轮播 手按着上面的header轮播向下滑动 停止滑动了 页面也不返回到上面 如下图
858f09adcc2aad729f95bce123b1a827
-
传入 attachview 弹窗试图本身的按钮响应全部失效 点击就dismiss了啊
-
As my issue title suggests, I'm curious how I can reset the position of the carousel when the .reloadData() function is called on the associated UICollectionView. I'd like it to reset to the first ite…
-
Two anecdotes:
1) Images in a forum were off by an array index. Like, an image associated with post B contained the first image from post A or something like that.
2) Only showed one image per p…
cohoe updated
1 month ago
-
I have IBAction declared in my UIViewController. I want to bind that to cell button. How to do that ? Can you please help ?