We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02eba9f commit 5a4c7fdCopy full SHA for 5a4c7fd
YYText/Utility/YYTextUtilities.h
@@ -290,7 +290,7 @@ static inline CGFloat YYTextCGAffineTransformGetTranslateY(CGAffineTransform tra
290
291
@see http://stackoverflow.com/questions/13291796/calculate-values-for-a-cgaffinetransform-from-three-points-in-each-of-two-uiview
292
*/
293
-CGAffineTransform YYTextCGAffineTransformGetFromPoints(CGPoint before[3], CGPoint after[3]);
+CGAffineTransform YYTextCGAffineTransformGetFromPoints(CGPoint before[_Nullable 3], CGPoint after[_Nullable 3]);
294
295
/// Get the transform which can converts a point from the coordinate system of a given view to another.
296
CGAffineTransform YYTextCGAffineTransformGetFromViews(UIView *from, UIView *to);
0 commit comments