You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Used your code.I have problem with scrolling.. if I remove sticky header then everything working perfect..I think you are changing content inset that's why the problem occurs.
check video.
Hello Sir,
I have Used your code.I have problem with scrolling.. if I remove sticky header then everything working perfect..I think you are changing content inset that's why the problem occurs.
check video.
https://drive.google.com/file/d/1oZIht4tCMhSlovsG_FeWvzIO9OqNmsQY/view?usp=sharing
tried to scroll to index
self?.tblResturantMenu.scrollToRow(at: IndexPath(row: 0, section: indexValue) , at: .top, animated: true)
tried to scroll to header
self?.tblResturantMenu.setContentOffset(CGPoint(x: 0, y: (self?.tblResturantMenu.rectForHeader(inSection: indexValue).minY ?? 0.0)) , animated: true)
both not working
Group tableview with header
Please help me one this.
thank you.
The text was updated successfully, but these errors were encountered: