add pitfall comment to MVMCoreViewControllerAnimatedTransitioning protocol

This commit is contained in:
Hedden, Kyle Matthew 2019-02-25 16:06:04 -05:00
parent 2259725d7a
commit dc19dd41b6

View File

@ -12,6 +12,10 @@
@required
/** Property that notifies the navigation controller if the transition was cancelled.
*
* This property must be KVO compliant (i.e. in Swift add '\@objc dynamic')!
*/
@property (nonatomic) BOOL interactiveTransitionCanceled;
@end