I have made my very first app (simple re-spring) with Theos, currently it works by tapping in the icon but I wish to redo it without an icon (as a tweak) and have the phone respiring when I double tap on the task bar.
Question is: how do I add a double tap gesture on the status/task bar?
Thanks.
There're several ways. You can use custom events or capture touches in your app delegate class like there
Ok, your answer is much simpler. To be useful here the
-(BOOL)scrollViewShouldScrollToTop:
method implementation for your task.