22 comments found.
Is it create by Swift project or Objective C ?
Swift.
Application bug : when you keep the filter “none” and try to share it, the application will crash. Please provide a solution for this bug.
Ok, thanks for your feedback, we’ll check it out asap!
if button.tag == 0 {
// NO Filter (go back to Original image)
filteredImage.image = nil
} else {
originalImageView.hidden = true
and replace
filteredImage.image = nilwith
filteredImage.image = originalImageView.imageCheers!
Hi, I tried that and it didn’t work.
Ok, but you first have to apply at least a filter to the image, or else the app will be useless
Apply a filter or more than one to the picture, and then tap None filter button, and share the image, it won’t crash.
Agreed. However, if apple team identified this bug, the app will be rejected. Any alternative option to disable the share icon of no filter is used? How may I contact your team in private to discuss customization of this app ?
Ok, we don’t work on weekends but we’ll check how to fix that issue on Monday.
You may contact us by our profile’s contact form. Cheers!