Hey for some reason I am struggling with trying to set the height and width of one of my image views. I want to set it so the height only goes for 20% of my screen. I know to re
imageView is a subview of the main view. It works this way
image.frame = CGRectMake(0 , 0, super.view.frame.width, super.view.frame.height * 0.2)