layout
layout
line-wrapping
@diegolavalledev Oct 11, 2020
Since its inception SwiftUI has provided us with automatic line-wrapping within text views as well as for concatenations of text views. But there is nothing equivalent that can be applicable to mixed arbitrary views. This is however possible in UIKit by way of collection views configured with what is called a flow layout object. Here we are taking a different approach. Read on to find out!
@diegolavalledev Sep 7, 2019
In SwiftUI Image
view provides a way to initialize it using UIKit’s UIImage
. This was used to work-around some early issues with Swift UI which prevented custom symbols to be scaled and colored.