ho scorrere vista come @IBOutletCome cambiare il layout vincolo fondo in iOS, Swift
@IBOutlet weak var mainScrollView: UIScrollView!
voglio cambiare il vincolo
"Bottom space to: Bottom Layout Guide"
di programmazione.
First Item : Bottom Layout Guide.Top
Relation : Equal
Second Item: Scroll View.Bottom
Constant: 0 -> 50 // (I want to change this programmatically)
Priority: 1000
Multiplier: 1
Come posso fare questo?
Dove è il posto migliore per cambiarlo? –