Open ajsharp opened 10 years ago
Hum...It could be safer to make the setter private aka readonly
property in the .h
.
Yea, good point. So you'd be in favor of making the setter private but the getter public?
Yep !
@nverinaud Updated this pull request. I think I implemented what we've discussed :wink:
It would be nice if
panGesture
were a public property. Doing so would allow library users to implement a delegate or add targets to the gesture in order to better control it. For example, it's nice to be able to restrict the area that the pan applies to the left portion of the screen. Here's how I do this by implementing one ofUIGestureRecognizer
delegate methods: