Rolf Marsh

Results 3 comments of Rolf Marsh

Not working for me either; when moving textfields under the scrollView, the objects move somewhere on the screen also... going to open an issue on this specific problem, hope Michael...

It's not in my code.. it's in your code; I'm afraid that it will become a build error in the not too distant future. Can you not correct it?

I think we're not talking about the same code... this is the code in _your_ **SSCheckedBoxView.m**, method is: **touchesEnded: withEvent:** ``` if (CGRectContainsPoint(validTouchArea, point)) { checked = !checked; [self updateCheckBoxImage];...