Wpis z mikrobloga

#naukaswifta
Dzień 66/100 kursu 100 days of SwiftUI

Ostatni dzień pracy z appką Instafilter.
Do wykonania był test A/B - 12 pytań odnośnie projektu.
Po tym 3 zadania do zrobienia na appce.

1. Try making the Save button disabled if there is no image in the image view.

2. 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.
3. Explore the range of available Core Image filters, and add any three of your choosing to the app.

1. zrobione dodając .disabled(inputImage == nil) do Buttona
2. dodałem kolejne filtry - kCIInputRadiusKey oraz kCIInputScaleKey oraz Slidery do Radius i Intensity
3. dodałem trzy nowe Buttony działające z innymi CIFilter. (Noir, Bloom, Pointillize).

#naukaprogramowania #ios #swift
  • 5