-
I needed to use it inside UITableViewCell and it wasn't working, because my view controller had to implement UITableViewDelegate also, in which case PTETableViewDelegate methods stopped working.
-
Errors here from not having access to selectedNote. From prev step I had declared it within the `UITableViewDelegate` extension, so that should be clarified better.
Additionally these lines should pr…
-
| | |
|------------------|-----------------|
|Previous ID | SR-6236 |
|Radar | None |
|Original Reporter | a.shitikov73 …
-
// Texture version: 2.5
### TL;DR
UIContextualAction won't work well with Texture's TableNode
### Key question
How can I tell TableNode that I did update data without performBatchUpdate / rel…
-
TEST: Framework is a strong piece of work, thanks for sharing it! One of those things I wish was built into iOS itself.
Have a usage question for you all (that might end up just being a Swift questio…
-
my dropdown menu is inside scrollview. issue i'm facing is that scrollview stops scrolling if dropdown list is appeared. any idea how to fix that?
-
**Describe the bug**
`tableView(_:viewForHeaderInSection:)` delegate method cannot be used when using `tableView.didEndScrollingAnimationPublisher`.
**To Reproduce**
```
class MyViewController: …
-
你好,请问近期有没有更新版本的打算呢?
SDWebImage现在都5.x版本了,可以更新一下依赖库吗?
还有就是既然代理方法里实现了TangramViewDatasource,为什么不同时实现TangramViewDelegate呢,感觉用代理方法处理点击事件等更方便一些,就像UITableView的UITableViewDelegate那样。
-
My VC actually have a tableView IB inside and getting my table view is nil!
How can I use IBoutlet tableview inside a VC?
MyCode:
class JobListController: UIViewController, UITableViewDa…
-
Ever since I updated to the newest version, I am unable to expand my expandable cells when I click on the containing row. The selection of the row isn't being triggered and I am not getting asked for …