Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
121 views
in Technique[技术] by (71.8m points)

ios - Constraint and call to performSegue with TableView

enter image description herenewbie questions.

I perform

DispatchQueue.main.async {
                  self.[![performSegue][1]][1](withIdentifier: "categories", sender: self)
                }

from UIViewController to other UIViewController

why the tableview is open like this, although I added constraint. (first picture)

the outcome is out of proportion table view (pls. look at the picture) enter image description here enter image description here please advice. Thanks zahi enter image description here

question from:https://stackoverflow.com/questions/65861687/constraint-and-call-to-performsegue-with-tableview

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...