GoribDeveloper
GoribDeveloper
How to upload multiple image using Just?
I want to uplad the image file on server using swift 4. Just.post( "http://justiceleauge.org/member/register",data: ["username": "abc", "password":"test"],files: ["product_image" : .url(URL(fileURLWithPath: editProfile_image_path), nil)]) { r in if r.ok { } }...
Hello this file is superb. Thanks for the help. one think I want to is two remove the green checkmark and cross image from main image while swiping. I have...
func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [String : Any]) { guard let image = info[UIImagePickerControllerOriginalImage] as? UIImage else { // picker.dismiss(animated: true, completion: nil) return } picker.dismiss(animated: true, completion: nil)...
i am using this firstCheckBox.checkboxValueChangedBlock = { isOn in print("firstCheckBox is \(isOn ? "ON" : "OFF")") } secondCheckBox.checkboxValueChangedBlock = { isOn in print("secondCheckBox is \(isOn ? "ON" : "OFF")") }
Hello this is a great library. I have used this on my project. In my view controller i have a collectionView and above the collectionView there is the extensionView and...
Hello, i am using mmdrawer controller in swift 4, i have a homeView controller, and in that home that homeView controller there is a bar button item from where the...
hello you have used tableView.addScalableCover(with: UIImage(named: "FullSizeRender.jpg")!) . ScalableCover is a type of UIImageView. i want a custom view which was made in xib to stretch. how to do that....