PaymentReviewViewController
public final class PaymentReviewViewController : UIViewController, UIGestureRecognizerDelegate
extension PaymentReviewViewController: UITextFieldDelegate
extension PaymentReviewViewController: UICollectionViewDelegate, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout
Undocumented
-
Undocumented
Declaration
Swift
public weak var trackingDelegate: GiniHealthTrackingDelegate?
-
Undocumented
Declaration
Swift
public static func instantiate(with giniHealth: GiniHealth, document: Document, extractions: [Extraction], trackingDelegate: GiniHealthTrackingDelegate? = nil) -> PaymentReviewViewController
-
Undocumented
Declaration
Swift
public static func instantiate(with giniHealth: GiniHealth, data: DataForReview, trackingDelegate: GiniHealthTrackingDelegate? = nil) -> PaymentReviewViewController
-
Undocumented
Declaration
Swift
override public func viewDidLoad()
-
Undocumented
Declaration
Swift
public override func viewDidAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override public func viewDidDisappear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override public func viewWillLayoutSubviews()
-
Undocumented
Declaration
Swift
public override var preferredStatusBarStyle: UIStatusBarStyle { get }
-
Dissmiss the keyboard when return key pressed
Declaration
Swift
public func textFieldShouldReturn(_ textField: UITextField) -> Bool
-
Undocumented
Declaration
Swift
public func textFieldDidEndEditing(_ textField: UITextField)
-
Undocumented
Declaration
Swift
public func textFieldDidBeginEditing(_ textField: UITextField)
-
Undocumented
Declaration
Swift
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool
-
Undocumented
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
public func numberOfSections(in collectionView: UICollectionView) -> Int
-
Undocumented
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell
-
Undocumented
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize
-
Undocumented
Declaration
Swift
public func scrollViewDidScroll(_ scrollView: UIScrollView)