This is my button when it is focused, my concern is the white color on corners which is color of focus. I have tried to chage the background color but it is not working tried some other options available on internet but it's not working. Please help me with this issue. I want the corners to be clear.
UIButton Background color while it is focused in tvOS
We went into the same issue and didn't find a good solution out of the box, so we ended up writing our own UIView that behaves like a button by just overriding the touchesXYZ() methods and pressesXYZ() methods. It worked quite well and was actually not hard to implement.
If there's a way to make the focus white go away on stock UIButton though, we'd love to know too. Thanks!
did you upload your custom button somewhere on internet. Can i have a look at it. I am also trying to find out the easiest way to acheive this will post once done.
Please file a bug report at https://bugreport.apple.com for features you'd like to see.