There is a way to simulate the Slide To Unlock in the lockscreen? I’ve been looked for this in SBAwayController, but without any results 🙁 Have anyone an idea?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe (if I understand your question correctly) you want to have the lockbar “unlock itself”. For something like that you want to look into
SBAwayView, notSBAwayController. In that class there are different methods that interact with the different lockbars. You will want to specifically look at theSBAwayLockBarwhich is a sublcass ofTPBottomLockBar(defined in<TelephonyUI/TPBottomLockBar.h>)You will have to poke around in the headers and see if there is any way to access the lockbar’s Knob position.
Hope that helped at least a bit.