Prevent orientationChanged been called when only support Portrait
Closed this issue · 3 comments
FelipeDocil commented
In my project I don't support any others orientation, except Portrait. But everytime I "rotate" the phone every changes in UIDeviceOrientation
and UIInterfaceOrientation
, the method orientationChanged:
is called.
That causes my tableView scrolls to top. And that's what I'd like to prevent
marcelosalloum commented
+1
I am also having this problem. Despite the results of this lib being awesomely beautiful, it's painful that every time the orientation changes the table goes to the top.
Being able to disable that would be really good for my app.
uzysjung commented
Thanks for the reporting. I'll fix it
uzysjung commented
fixed
check latest commit