Skip to content

Latest commit

 

History

History
 
 

17-Project13

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Project 13 - Instafilter

https://www.hackingwithswift.com/100/52

Includes solutions to the challenges.

Topics

UISlider, UIImagePickerController, CIContext, CIFilter, Saving photos

Challenges

From Hacking with Swift:

  1. Try making the Save button show an error if there was no image in the image view.
  2. Make the Change Filter button change its title to show the name of the currently selected filter.
  3. Experiment with having more than one slider, to control each of the input keys you care about. For example, you might have one for radius and one for intensity.

Screenshots

screenshot1 screenshot2