add pitfall comment to MVMCoreViewControllerAnimatedTransitioning protocol
This commit is contained in:
parent
2259725d7a
commit
dc19dd41b6
@ -12,6 +12,10 @@
|
|||||||
|
|
||||||
@required
|
@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;
|
@property (nonatomic) BOOL interactiveTransitionCanceled;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user