When using Segues in Messages Extension Application the layout gets messed up. Is there any way to solve this issue while still using storrybord segues?
in my app, viewcontroller in .expand mode set :
view.topAnchor.constraint(equalTo: self.topLayoutGuide.bottomAnchor).isActive = true
in .compact mode set it to false
view.topAnchor.constraint(equalTo: self.topLayoutGuide.bottomAnchor).isActive = false
it should work.