2.2.0
- Fixes bug in
UIViewController
,UINavigationController
, andUIAlertController
that caused handlers to fire before view transitions completed. - Dramatically reduces swizzling in the concerned classes, thereby reducing the risk that your test code interactions with
UIKit
will deviate from productionUIKit
behavior.