Merge pull request #53 in BPHVB/mvm_core from feature/add_animation_transitioning_note to develop

* commit 'dc19dd41b64a1a65240fc5948333b86db50804c5':
  add pitfall comment to MVMCoreViewControllerAnimatedTransitioning protocol
This commit is contained in:
Suresh, Kamlesh 2019-02-26 16:10:51 -05:00
commit b032b4181a

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