Evgeny Fedin

Results 5 comments of Evgeny Fedin

same here... looks like author need donate to continue update this project

I got same problem but my Logcat is different: > 2022-02-15 15:52:27.137 4460-4460/? I/appium.setting: Late-enabling -Xcheck:jni 2022-02-15 15:52:27.168 4460-4460/? E/appium.setting: Unknown bits set in runtime_flags: 0x8000 2022-02-15 15:52:27.632 4460-4460/io.appium.settings I/FeatureParser:...

Also i need to change color of "detailTextLabel" then user continue switching options inside picker AND then picker dissapears (user finish select - done button pressed/tapped another cell). Don't need...

Yes, `accurateHalfStars = YES`, and of course `allowsHalfStars = YES`. Then i setting from code: `float floatRatingValue = (myVal * 100.0) / 100.0; self.starRatingControll.value = floatRatingValue;` i get like `4.75`,...