Create a view that will be below 30% of the screen in y axis iOS swift
Solution:
I want to create a view that will be below 30% from the top of the screen.Then i will set the view constraints with center from y axis then add the below code.
Code:
view.centerYAnchor.
Comments
Post a Comment