-4 objective-c
我需要帮助找出我收到此错误的原因?我是新编码并试图解决这个问题.
if (pan.state == UIGestureRecognizerStateEnded) {
if (self.topLayer.frame.orgin.x <= 160) {
[self animateLayerToPoint:0];
} else {
[self animatelayerToPoint: VIEW_HIDDEN];
}
}
Run Code Online (Sandbox Code Playgroud)
这是我在线"错误"的地方
if (self.topLayer.frame.orgin.x <= 160)
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
402 次 |
| 最近记录: |