The point is the following, you need to put a picture on the background in view in xcode, so that it behaves like in sss - background-size: cover; the content should scroll along with the picture, as well as impose a translucent gray shading on it as in css rgba(47, 89, 107, 0.25);

PS if the implementation requires writing code - then the swift language

    1 answer 1

    To do this, you need to create a UIScrollView and add the following elements to it:


    1. UIImageView to display a background image
    2. UIView to darken the image
    3. UILabel to display the desired text



    Demo repository

    • Yes, that's right, you describe it, if it's not difficult, please post the same thing but done through storyboard - sivik_xes