IPhone app: how to implement a slider button as inline

I'm talking about the "slide to unlock" button on the iPhone. Any ideas on how to implement it in my own iPhone app? I don't see it as a control in IB, or maybe I just missed it?

0


source to share


1 answer


This is not a given control, you will have to collapse yourself. It shouldn't be too hard, just use touch methods (see UIResponder) to provide the view functionality.



+3


source







All Articles