I have a slider for a survey that display the following strings based on the value of the slider: “Very Bad, Bad, Okay, Good, Very Good”. Here is the code for the slider: - (IBAction) sliderValueChanged:(UISlider *)sender { ...
Home/ios
Softans Latest Questions
Currently I have two client apps. One on the mac side as a central device and one on the iOS side as a peripheral. I send simple strings to the mac central application which then gets interpreted into HID signals ...