2017-02-26 38 views
2

我正在使用SWRevealViewController菜單,並且我有一個表格的標題視圖。你可以看到表控制器視圖結構和約束:Swift - 位於狀態欄後的SWRevealViewController菜單

enter image description here

這是我的菜單看起來像enter image description here

,但我需要它像enter image description here

我想:

self.profileHeader.frame = CGRect(x: 0, y: -20, width: profileHeader.frame.width, height: profileHeader.frame.height + 20)

但沒有什麼改變。

+0

嘗試使用正常的UIViewController,並調整約束條件的tableView手動檢查鏈接來查看,而不是頂部佈局引導頂部約束,我希望這可以幫助你,讓我知道 –

+0

@ReinierMelian它按預期工作:)謝謝你。 – NST

+0

我發表我的評論爲答案,以避免這個問題仍然沒有答案。 –

回答

0

嘗試使用正常UIViewController,並調整約束鏈接來查看和不頂部佈局引導的tableView手動檢查頂部約束。

我希望這可以幫助你,讓我知道