getbouncer / cardscan-ios

A library for scanning credit and debit cards
MIT License
203 stars 67 forks source link

SimpleScanViewController does not call super on viewDidDisappear #301

Open sewerynplazuk opened 9 months ago

sewerynplazuk commented 9 months ago

As the title says, SimpleScanViewController misses super call here.

This leads to unexpected behaviour in projects swizzling UIViewController's methods in runtime.