|
LuxChat
2.0
Instant messenger for iOS
|
#import <PFProductTableViewController.h>
Instance Methods | |
| (instancetype) | - initWithStyle: |
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.
| - (instancetype) initWithStyle: | (UITableViewStyle) | NS_DESIGNATED_INITIALIZER |
Initializes a product table view controller.
| style | The UITableViewStyle for the table |
PFProductTableViewController object or nil if the object couldn't be created.
1.8.9.1