IPBillDetailsModalViewController
public class IPBillDetailsModalViewController : UIViewController, UIGestureRecognizerDelegate
Modal to be used for Bill and Beneficary detail
### Usage: ###
// Check ModalType for options
IPBillDetailsModalViewController.showModal(from: benDetails,
payment: # IPPayment object instance #,
highlightColor: .systemRed,
type: .beneficiary)
-
Undocumented
Declaration
Swift
public override func viewDidLoad()
-
Undocumented
Declaration
Swift
public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool
-
Undocumented
See moreDeclaration
Swift
public enum ModalType
-
Static method to present the current controller modally and with transparent background
Declaration
Parameters
vc
reference to the controller presenting it.
payment
payment data to load into it
highlightColor
main color
type
.bill or .beneficiary