uzysjung/UzysAnimatedGifPullToRefresh

Prevent orientationChanged been called when only support Portrait

Closed this issue · 3 comments

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

+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.

Thanks for the reporting. I'll fix it

fixed
check latest commit