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
You've got a bug on line 47 of the ScrollViewPagingExampleViewController.m file.
You're releasing the image view before adding the width of the image view to contentOffset. It was giving me a error, swapping the order of lines 47 and 49 fixed this.
The text was updated successfully, but these errors were encountered:
Hey,
You've got a bug on line 47 of the ScrollViewPagingExampleViewController.m file.
You're releasing the image view before adding the width of the image view to contentOffset. It was giving me a error, swapping the order of lines 47 and 49 fixed this.
The text was updated successfully, but these errors were encountered: