© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
A. NekrasovSwift Recipes for iOS Developershttps://doi.org/10.1007/978-1-4842-8098-0_7

7. UI Animation and Effects

Alexander Nekrasov1  
(1)
Moscow, Russia
 

Animations and effects are important elements/aspects of modern mobile apps. Each app has dozens of similar apps available in the stores/gallery; you need to make yours stand out so customers will download yours. Beautiful animated UI helps it stand out.

We will review the most popular animation types :
  • Moving UIView from one point to another, (e.g., when the keyboard appears/disappears)

  • Animating properties like color or transparency

  • Parallax effect with UIScrollView, UITableView, or UICollectionView

  • “Hero” ...

Get Swift Recipes for iOS Developers: Real-Life Code from App Store Apps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.