Build: Color Transition Screen
This screen shows a button that, when tapped, smoothly changes the background color with a fade transition effect.
Target UI
------------------------- | | | | | [Change Color] | | | | | -------------------------
Add a UIButton centered on the screen with the title 'Change Color'.
When the button is tapped, the background color of the view changes to a random color.
The color change should use a smooth fade transition effect lasting about 0.5 seconds.