Build: ImageViewScreen
This screen shows two images: one from the system icons and one from the app assets.
Target UI
------------------------- | ImageViewScreen | |-----------------------| | [System Icon Image] | | | | [Asset Image] | | | | | -------------------------
Display a system image using Image(systemName:).
Display an image from the app assets.
Center both images vertically with some spacing.
Set the system image tint color to blue.
Set the asset image content mode to aspect fit.
Use SwiftUI for the UI.