Textfield background image not working on iOS 14

Hi, I'm junior programmer.

I tested my application on iOS 14 beta 6.

On my xib, there is a textfield to input password and it has a background image.

But on iOS 14, background image is not working. everything is good except that. even other background image work well.

noteworthy point is that I try to apply background image using code like setBackground API. It work.
Only difference is that all.
Why does it work? and Why doen't it work on storyboard?

Has anyone experienced same problem like me?
Answered by Claude31 in 630162022
You need to change the border style to anything different than round (set it in IB just below background image dropdown menu).
Accepted Answer
You need to change the border style to anything different than round (set it in IB just below background image dropdown menu).
Textfield background image not working on iOS 14
 
 
Q