Skip to content

Files

Latest commit

CypherPoetCypherPoet
CypherPoet
and
CypherPoet
Dec 4, 2019
c3ba809 · Dec 4, 2019

History

History
This branch is up to date with CypherPoet/100-days-of-swiftui-and-combine:master.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 4, 2019

Day 67: Project 13: Instafilter (Part Five)

Follow along at https://www.hackingwithswift.com/100/swiftui/67.


📒 Field Notes

This day covers Part Five of Project 13: Instafilter in the 100 Days of SwiftUI Challenge. (Project 13 files can be found in the directory for Part One.)

In addition to recapping the material covered during the project's other days, Day 67 focuses on extending the project according to a set of challenges.


🥅 Challenges

Challenge 1

Try making the Save button show an error if there was no image in the image view.

Challenge 2

Make the Change Filter button change its title to show the name of the currently selected filter.

Challenge 3

Experiment with having more than one slider control each of the input keys you care about. For example, you might have one for radius and one for intensity.


📸 Screenshots