Sunday, December 11, 2016

Part 13 - UIView's Autoresize Subviews Property

  • Default is checked (true). Allows you to use the Autosizing for the UIView on the Size Inspector.
    Example:
  • When unchecked (false), any Autoresizing settings on the Size Inspector has no effect.
    Example of this setting on and off:
  • In code you use autoresizesSubviews property to set it to true or false.


(Xcode 8, Swift 3)

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...