Swift Heroes Digital 2020 - Implementing a Component Library - Roy Marmelstein, Spotify

preview_player
Показать описание
Swift Heroes Digital 2020
1-2 October, #directtoyourdevice

Implementing a Component Library
Roy Marmelstein, Lead iOS Engineer, Spotify

Component Libraries are a popular way to drive visual consistency and reuse in mobile apps. In this talk, we will build one, using learnings from Spotify and taking advantage of modern tools. We will learn how to architect UI components and build a component library that scales and evolves well over time.

#SwiftConnected
Рекомендации по теме
Комментарии
Автор

Should've just recorded it then sent over the recording so you dont get the lagg and you can edit as you like.

yixe
Автор

button.action = { eventHandler(.buy) } compiles error "Escaping closure captures non-escaping value"

tungvu