PFProductTableViewController Class Reference
Inherits from | PFQueryTableViewController : UITableViewController |
---|---|
Declared in | PFProductTableViewController.h |
Overview
PFProductTableViewController
displays in-app purchase products stored on Parse.
In addition to setting up in-app purchases in iTunes Connect, the app developer needs
to register product information on Parse, in the Product class.
– initWithStyle:
Initializes a product table view controller.
- (instancetype)initWithStyle:(UITableViewStyle)style
Parameters
style |
The UITableViewStyle for the table |
---|
Return Value
An initialized PFProductTableViewController
object or nil
if the object couldn’t be created.
Declared In
PFProductTableViewController.h