李竹 (Zhu Li)
李竹 (Zhu Li)
It seems that this is the error of your project itself. Generally, if your outlet is associated with the wrong object, it will have such an error. Please check it.
You mean when you rotate the screen from left to right, header tabs disappears, right? Do you have the example code?
I'am sorry, because there is no code, I'm not sure what the problem is. I think you can debug the view hierarchy. In addition, you can also test that there...
This error may caused by an error in the outlet associated with your NIB file
Hi kumarlav0 You can refer to our demo project. The general code is as follows ``` func button(at index: Int) -> UIButton { let button = UIButton() button.titleLabel?.font = UIFont.systemFont(ofSize:...
@JegaJegatheesh @vishvabhatt Sorry for my late reply. Did you set up delegate and dataSource like this? ```Swift viewPager.dataSource = self viewPager.delegate = self ```
Can you provide more details?
你的建议非常宝贵,由于不同的需求可能有不同的动画类型,所以这个地方我可能还会考虑下怎么样尽量的通用,我会争取在下一个版本集成该功能,再次感谢!
Same question, is there any solution?
I think the following code can solve this problem ```Switf if dataSource.count == 0 { self.tableView.es.removeRefreshFooter() }