STPCoreTableViewController
public class STPCoreTableViewController : STPCoreScrollViewController
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. It inherits from STPCoreScrollViewController and changes the type of the created scroll view to UITableView, as well as other shared table view logic.
-
This points to the same object as
STPCoreScrollViewController
‘sscrollView
property but with the type cast toUITableView
Declaration
Swift
@objc public var tableView: UITableView? { get }