ios_core_animation_advanced_techniques icon indicating copy to clipboard operation
ios_core_animation_advanced_techniques copied to clipboard

41页图3.3附近关于anchorPoint的描述和Xcode注释有悖。

Open niwaguan opened this issue 8 years ago • 1 comments

41页图3.3附近关于anchorPoint的描述

w1

Xcode8关于anchorPoint的注释

/* Defines the anchor point of the layer's bounds rect, as a point in * normalized layer coordinates - '(0, 0)' is the bottom left corner of * the bounds rect, '(1, 1)' is the top right corner. Defaults to * '(0.5, 0.5)', i.e. the center of the bounds rect. Animatable. */

@property CGPoint anchorPoint;

到底哪里出了问题^_^

niwaguan avatar Nov 21 '16 02:11 niwaguan

41页图3.3附近关于anchorPoint的描述

w1

Xcode8关于anchorPoint的注释

/* Defines the anchor point of the layer's bounds rect, as a point in

  • normalized layer coordinates - '(0, 0)' is the bottom left corner of
  • the bounds rect, '(1, 1)' is the top right corner. Defaults to
  • '(0.5, 0.5)', i.e. the center of the bounds rect. Animatable. */

@Property CGPoint anchorPoint;

到底哪里出了问题^_^

肯定是官方的描述才是对的

GovernLu avatar Aug 08 '19 08:08 GovernLu