Answer the question
In order to leave comments, you need to log in
With visual format constraints?
func setupMain(){
self.view.addSubview(selectDate)
self.view.addConstraint(NSLayoutConstraint.constraints(withVisualFormat: "H:|-16-[v0]-16-|", options: [], metrics: nil, views: ["v0":selectDate]))
}
What to specify in options?
Why does it keep giving an error. Error is something like you have an array but you do not need an array
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question