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
Describe the question
A subclass of PulleyViewController is being used as a top view controller for one of the tab of a UITabBarController. A subsequent screen as a result of a button tap on top view controller opens up with PulleyPosition as .open. This results in new screen appearing with a bounce going past the top edge of the device / simulator. What we can do to reduce the bouncing of view controller such that it should bounce but it do not extend top edge and should remain within it ?
Pulley Information (optional):
Version: 2.8.3
Any customizations or tweaks: No
Did you Subclass: Yes
Xcode Information (optional):
Version: 13.2.1
Installation: Cocoapods
Interface Builder: No
The text was updated successfully, but these errors were encountered:
Describe the question
A subclass of
PulleyViewController
is being used as a top view controller for one of the tab of a UITabBarController. A subsequent screen as a result of a button tap on top view controller opens up withPulleyPosition
as.open
. This results in new screen appearing with a bounce going past the top edge of the device / simulator. What we can do to reduce the bouncing of view controller such that it should bounce but it do not extend top edge and should remain within it ?Pulley Information (optional):
Xcode Information (optional):
The text was updated successfully, but these errors were encountered: