init(pass:)
Initializes and returns a newly created add-passes view controller with a single pass.
Declaration
init?(pass: PKPass)Parameters
- pass:
The pass for the view controller to display.
Return Value
The initialized add-passes view controller object or nil if there was a problem initializing the object.