50ButtonsEach / fliclib-linux-hci

Flic SDK for Linux
305 stars 55 forks source link

How to handle Flic button event in different screens? #82

Open IHNEL opened 5 years ago

IHNEL commented 5 years ago

I am integraing Flic to my ios app. I would like to configure and grab Flic buttons in the Settings screen, then I would like to listen to Flick button press events in 2 different UIViewControllers. When I press the button, which screen is being at foreground should receive and handle it. How can I dynamically change the delegate to do this?

Does Flic app support to bind to screen-touch-event? ( So when I press the button, it will simulate a touch event on iphone screen)

Thanks