Is it possible to call viewcontroller with two init-methods?

Hey,

is there a way to call viewcontroller with both methods “initwithScanType” and “initwithLocation” at the same time?

Thanks,
Elisabeth

How about you create a single init method which would combine both (initWithScanType:andLocation:)? :wink: