-
Hello,
Thanks for put this code
I have query , I am not able to put this ticker view in UITableViewCell
I am checking with this
[cell addsubview:ticker];
[cell.backgroundview addsubview:ticker];
[…
-
Hi,
I have a performance hit when i use uitableview in every iCarousel view. I am reusing the uitableview as per the procedure in your example code. But it lags, can you help me of how to avoid the la…
-
Is there any way to allow for `scrollsToTop` when using a `UITableView` inside of the scrolling sidebar controller? Since this property is irrelevant to this library, it would be great to have it avai…
-
Crash in Crashlytics:
**UIKit**
-[UITableView _configureCellForDisplay:forIndexPath:]
**Fatal Exception: NSInternalInconsistencyException**
UITableView () failed to obtain a cell from its data…
-
我们在HWPanModal最新的版本 遇到了大量的崩溃如下:
```
Crashed: com.apple.main-thread
0 CoreFoundation 0x8230 CFAllocatorAllocate + 4
1 CoreFoundation 0x6d60 __CFStringChan…
-
Hello,
Your library not working with UITableView Custom HeaderView and FooterView.
Thanks,
Mohsinali Matiya
-
I had a UITableViewCell with 3 DOFavoriteButtons and some UILabels yet my scrolling performance was abysmal. I hid the 3 DOFavoriteButtons and my scrolling performance was silky smooth. I really like …
ghost updated
8 years ago
-
I have custom cell with UITextField. but the problem is keyboard next button does not appear. It displayed as return, once I click on return nothing happen.
-
Hello, thanks for this awesome control!
But I have a problem (could be represented in your Example app). If I have an UITextField inside custom subclass of `GSKStretchyHeaderView`. When UITextField b…
-
Visible sections is not updated when using moveSection:toSection:. So, if you try to move a section that is expanded to a location of a section that is not expanded, it will crash. I wrote an override…