Build: Profile Screen
Build a simple profile screen that shows a user avatar, name, and a short bio. This screen will be used for snapshot testing to verify UI consistency.
Target UI
------------------------- | Profile | |-----------------------| | [Avatar Image] | | | | Name: John Appleseed | | Bio: iOS Developer | | | |-----------------------|
Display a circular avatar image at the top center
Show the user's name below the avatar in bold
Show a short bio below the name in regular font
Use UIKit and Swift for implementation
Prepare the view for snapshot testing with fixed sizes