In event "layoutSubviews()", the old rippleView.center is kept in order to get touch location from event "beginTrackingWithTouch" when track touch location is enabled. However the center position is always changed when auto layout is used. When track touch location is off, the wrong center position is kept.
This bug occurs under the following conditions:
In event "layoutSubviews()", the old rippleView.center is kept in order to get touch location from event "beginTrackingWithTouch" when track touch location is enabled. However the center position is always changed when auto layout is used. When track touch location is off, the wrong center position is kept.