◕ ̯͡◕苦瓜

Results 2 comments of ◕ ̯͡◕苦瓜

@1xiaocainiao 我也遇到这个问题,问题出在 -(void)tapped:(UITapGestureRecognizer *)tapped 中,需要将 originframe 的赋值顺序改为 ``` -(void)tapped:(UITapGestureRecognizer *)tapped { //originframe = self.frame; if (animating == YES) { return; } originframe = self.frame; .... } ```

其他答题app是通过socket接收数据的,可以通过逆向的方式查看。