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:
commit
b032b4181a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user