I'm developing iMessage Extension app with Swift 3(iOS 10). But my problem is that when user changed mode from collapse to expand or expand to collapse, the top constraint is changing so the view is hidden.
From this reference, Why is the top layout guide moving in my iMessage extension, I fixed issue (issue is that when user present view controller so the view will be get hidden) but when changing mode, it doesn't work and view get hidden.
Is there anybody who has experience in this area?