CGSizeMake(view.frame.width,100)
what will be the alternative in swift 3 i tried it with
CGSize(view.frame.width,100)
but its giving me error that
"Cannot invoke initializer for type 'CGSize' with an arguement list type '(width: CGFloat, height:Int)'"