ltebean / LTNavigationBar

UINavigationBar Category which allows you to change its appearance dynamically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

适配iOS11 iPhone X 需要做的

Easyzhan opened this issue · comments

    self.overlay = [[UIView alloc] initWithFrame:CGRectMake(0, 0, CGRectGetWidth(self.bounds), NAVIGATION_BAR_HEIGHT)];

这里要根据机型判断这个高度是多少

#72 可以参考这个