I need to create a frame for a UIImageView from a varying collection of CGSize and CGPoint, both values will always be different depending
UIImageView
CGSize
CGPoint
CGRectMake(yourPoint.x, yourPoint.y, yourSize.width, yourSize.height);