Tag: UIbutton.layer
-
Swift Swift: How to Make a Drop Shadow in User Interfaces
Flat User interfaces are a lie. They are not completely flat. One effect continues to be used with them to show depth: Shadows. In flat interfaces it can look like there are some views floating above others by the use of shadows. In this lesson we’ll learn to make shadows using the CALayer found in…