You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -72,9 +74,14 @@ Block-based methods are provided on `NSObject` similar to UIKit block-based anim
72
74
self.boxView.spring.center = viewCenter;
73
75
}];
74
76
75
-
## Remarks
77
+
## Shorthand*
78
+
79
+
The above examples require the use of **shorthand** so you can drop the *pop_* prefix from methods and properties. Just include the following in your pre-compiled header file after importing **UIKit**:
76
80
77
-
Currently only Pop animatable properties that correspond directly to UIKit properties are supported.
81
+
#define MCANIMATE_SHORTHAND
82
+
#import <POP+MCAnimate.h>
83
+
84
+
## Remarks
78
85
79
86
The list of supported properties are:
80
87
-**CALayer** (and subclasses)
@@ -83,26 +90,47 @@ The list of supported properties are:
0 commit comments