iOS7 Custom ViewController transition and Top Layout Guide

后端 未结 4 1694
-上瘾入骨i
-上瘾入骨i 2021-02-01 04:32

I implemented a custom UIViewController Transition in my App, which replaces the navigation controllers built in push animation.

Everything works so far, except the topl

4条回答
  •  轮回少年
    2021-02-01 05:21

    I found a way. First uncheck "Extend Edges" property of controller after that navigation bar will get in dark color. Add a view to controller and set top and bottom LayoutConstraint -100. Then make view's clipsubview property no (for navigaionbar transculent effect). My english is bad sorry for that. :)

提交回复
热议问题