Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learn Swift by Building Applications

You're reading from   Learn Swift by Building Applications Explore Swift programming through iOS app development

Arrow left icon
Product type Paperback
Published in May 2018
Publisher Packt
ISBN-13 9781786463920
Length 366 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Giordano Scalzo Giordano Scalzo
Author Profile Icon Giordano Scalzo
Giordano Scalzo
Emil Atanasov Emil Atanasov
Author Profile Icon Emil Atanasov
Emil Atanasov
Arrow right icon
View More author details
Toc

Let's contribute

Once we have downloaded the source code of the project, we can start exploring it in detail. You can use the project and open it in Xcode. This step is important, so we can decide what changes are best to implement the desired new behavior of the library.

We already know how we can use the YPImagePicker and what's missing. There is no easy way to change the list of filters that are available once an image is selected.

We will extend the configuration that is passed to the YPImagePickerController to contain the list of filters. This way, the developer who is using the library will be in control of the collection of filters. First, let's create a simple class that will define a filter.

A filter has a name and actual CIFilter that is used to transform the UIImage. Here is the class that we should add to the library – YPFilterDescriptor.swift...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image