ChoixAbonnmentsVC
class ChoixAbonnmentsVC : UIViewController, IAPHandlerDelegate
extension ChoixAbonnmentsVC: UICollectionViewDelegate, UICollectionViewDataSource
Undocumented
-
Undocumented
Declaration
Swift
func didFinishFetchAllProductFromParse(products: [PFProduct])
-
Undocumented
Declaration
Swift
@IBOutlet weak var titleAnnuel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var collectionViewAnnuel: UICollectionView!
-
Undocumented
Declaration
Swift
var purchaseProducts: [SKProduct]
-
Undocumented
Declaration
Swift
var parseProducts: <<error type>>
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
@objc func consumable()
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath)