passes(of:)
Returns the passes of the specified pass type.
Declaration
func passes(of passType: PKPassType) -> [PKPass]Parameters
- passType:
One of the pass types in Pkpasstype.
Return Value
An array of passes of the specified type.
Returns the passes of the specified pass type.
func passes(of passType: PKPassType) -> [PKPass]One of the pass types in Pkpasstype.
An array of passes of the specified type.