STPCoreScrollViewController
public class STPCoreScrollViewController : STPCoreViewController
This is the base class for all Stripe scroll view controllers. It is intended for use only by Stripe classes, you should not subclass it yourself in your app.
-
This returns the scroll view being managed by the view controller
Declaration
Swift
@objc public lazy var scrollView: UIScrollView { get set }