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
And it would return the adjusted ContentOffset for that view
Something like:
self.contentOffset * Acceleration (X and Y)
or just:
subview.transform. (Tx and tY)
What do you guys think?
The text was updated successfully, but these errors were encountered:
Sure why not.
I don't really see a usecase for that since the convertPoint:fromView: and convertPoint:toView: methods of UIView are usally enough.
But why not if you say it would be a nice to have!
Hi,
The contentOffset of a parallaxed SubView will be transformed depending of the acceleration.
It would be good to have a methd like this:
And it would return the adjusted ContentOffset for that view
Something like:
self.contentOffset * Acceleration (X and Y)
or just:
subview.transform. (Tx and tY)
What do you guys think?
The text was updated successfully, but these errors were encountered: