-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content Insets #35
Comments
Hi @marty-suzuki any plans for this? Getting the same issue. |
Hi @marty-suzuki Any update on this issue? |
Hi @InfiniteDreamz not sure about others but try content insets in viewDidLayoutSubviews method. It will work.
|
what is 'distance' here? @ArbabR |
Just put any int value. |
You can reverse table view like this:
And in every cell inside table view:
|
I was able to set the content inset by giving a bit delay after reloading the tableview. I guess, it's in the framework itself where the content inset is getting reset after the reload & author should look into this on priority. For me, it all started working with:
|
Insert this code to ReverseExtension.swift |
Cant change content insets top and bottom when set my table view as delegate for re.
but left and right works fine
The text was updated successfully, but these errors were encountered: