I would like to create change theme component for my reader app. When user is changing theme then text and background are changing theirs colors. I was looking on other apps and I noticed that they are all using the same themes: white, back and sepia. Please refer to screenshoots below:
It almost looks like they are all using the same mechanism. I'm wondering how I can achieve similar effect? Is there any out-of-box component what iOS provides or I need to use UIAppearance protocol or maybe there is another way?