func imageUploadRequest(param:[String: String] ,myImageView: UIImage)
I need to call the imageUploadRequest
function by passing 2 parameters, the first being an array of string and the second an image. How could I do that? Why are you giving error when passing parameters?
var up = UploadImageView()
var request: UploadImageView = UploadImageView()
request.imageUploadRequest(param, myImageView: self.imageProfile)