Saturday, October 1, 2016

Visual Format Language shown Visually

Step-by-step Visual Format Language by example
H
Horizontal Layout
H:[view(100)]
H:|-[view]
H:|-0-[view]
H:|-20-[view]
H:|-100-[view]-100-|
H:|-20-[view1(100)]-20-[view2]-20-|
V
Vertical Layout
V:[view(100)]
V:|-[view]
V:|-0-[view]
V:|-100-[view]-100-|

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...