Tricks from Josef Flashcards
When doing the font update, what is a good way to check that component dimensions didn’t change?
Batch select and look at height number
What horizontal and vertical constraints do you usually apply on the outermost frame/layer when using autolayout?
Fixed width horizontal, hug contents vertical
How do you drag and select indivudal items?
Option command drag
Snap to Pixel grid (always do this before building a component)
Command shift ‘
Open team library
Option 3
Paste to replace
Right click and paste to replace
Paste over selection (paste on top of frame instead of inside)
Command shift V
Multi Paste - add object to multiple frames
Select multiple frames and paste object
Paste image fill
Command v (just the regular paste)
Which two autolayout funcitons cancel each other out?
Outer frame set to hug contents
Inner frame set to fill container.
This will result in the outer frame being set to a fixed width instead
What is the neseted autolayout object constraints usually set to, especially when the content is text?
fill container