• <legend id='lgwXq'><style id='lgwXq'><dir id='lgwXq'><q id='lgwXq'></q></dir></style></legend>

        <bdo id='lgwXq'></bdo><ul id='lgwXq'></ul>
      <i id='lgwXq'><tr id='lgwXq'><dt id='lgwXq'><q id='lgwXq'><span id='lgwXq'><b id='lgwXq'><form id='lgwXq'><ins id='lgwXq'></ins><ul id='lgwXq'></ul><sub id='lgwXq'></sub></form><legend id='lgwXq'></legend><bdo id='lgwXq'><pre id='lgwXq'><center id='lgwXq'></center></pre></bdo></b><th id='lgwXq'></th></span></q></dt></tr></i><div id='lgwXq'><tfoot id='lgwXq'></tfoot><dl id='lgwXq'><fieldset id='lgwXq'></fieldset></dl></div>
      1. <tfoot id='lgwXq'></tfoot>

        <small id='lgwXq'></small><noframes id='lgwXq'>

      2. iOS 13 - 当搜索主动推送到其他 VC 时,该 VC UITableView 在 Swift 4 中的 Navig

        iOS 13 - When Search Active Push to other VC then that VC UITableView goes under the NavigationBar in Swift 4(iOS 13 - 当搜索主动推送到其他 VC 时,该 VC UITableView 在 Swift 4 中的 NavigationBar 下)

        1. <tfoot id='8eqh5'></tfoot>

          <small id='8eqh5'></small><noframes id='8eqh5'>

              <bdo id='8eqh5'></bdo><ul id='8eqh5'></ul>
                <tbody id='8eqh5'></tbody>
                <i id='8eqh5'><tr id='8eqh5'><dt id='8eqh5'><q id='8eqh5'><span id='8eqh5'><b id='8eqh5'><form id='8eqh5'><ins id='8eqh5'></ins><ul id='8eqh5'></ul><sub id='8eqh5'></sub></form><legend id='8eqh5'></legend><bdo id='8eqh5'><pre id='8eqh5'><center id='8eqh5'></center></pre></bdo></b><th id='8eqh5'></th></span></q></dt></tr></i><div id='8eqh5'><tfoot id='8eqh5'></tfoot><dl id='8eqh5'><fieldset id='8eqh5'></fieldset></dl></div>

                • <legend id='8eqh5'><style id='8eqh5'><dir id='8eqh5'><q id='8eqh5'></q></dir></style></legend>

                • 本文介绍了iOS 13 - 当搜索主动推送到其他 VC 时,该 VC UITableView 在 Swift 4 中的 NavigationBar 下的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我在 iOS 12 中检查过它工作正常.问题是当我要搜索并推送到第二个 VC 时它工作正常.当我反复推送到第二个 VC 时,UITableview 会位于 NavigationBar 下方.正常推送仅在搜索活动和第二次推送时才能正常工作.

                  I have check this in iOS 12 it's working fine. Issue is when I am going to search and push to second VC it working fine. when I back and again push to second VC then UITableview goes under the NavigationBar. Normal push working fine only issue when search active and push second time.

                  1. UnderTopBar
                  2. forKeyPath:"hidesShadow"
                  3. edgesForExtendedLayout
                  4. 自动调整ScrollViewInsets
                  5. extendedLayoutIncludesOpaqueBars
                  6. self.view 布局也是.

                  请查看此 GIF

                  如果有人对此有任何答案和任何建议,请告诉我.谢谢.

                  if anyone have answer of this and any suggestion then please tell me. Thank You.

                  推荐答案

                  如果有人有同样的问题,请尝试这个解决方案..

                  IF any one have same issue then please try this solution..

                  它对我有用.我希望它也对你有用.

                  It's working for me. I hope it's working for you too.

                  Objective-C

                  -(void)viewWillDisappear:(BOOL)animated{
                      if (@available(iOS 13.0, *)) {
                          [self.navigationController.view setNeedsLayout]; 
                          [self.navigationController.view layoutIfNeeded];
                      }
                  }
                  

                  斯威夫特

                  func viewWillDisappear(_ animated: Bool) {
                      if (@available(iOS 13.0, *)) {
                           self.navigationController?.view.setNeedsLayout()     
                           self.navigationController?.view.layoutIfNeeded()
                      }
                  }
                  

                  如果这不起作用,请检查操作系统版本 13.1.3.我认为它有效.

                  这篇关于iOS 13 - 当搜索主动推送到其他 VC 时,该 VC UITableView 在 Swift 4 中的 NavigationBar 下的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  UINavigationController inside a UITabBarController inside a UISplitViewController presented modally on iPhone(UISplitViewController 内的 UITabBarController 内的 UINavigationController 以模态方式呈现在 iPhone 上) - IT屋-程序员软件开发技术分
                  ViewController in UINavigationController orientation change(UINavigationController 中的 ViewController 方向更改)
                  Custom back button in UINavigationController(UINavigationController 中的自定义后退按钮)
                  How to add a navigation controller programmatically in code but not as initial view controller(如何在代码中以编程方式添加导航控制器,但不作为初始视图控制器)
                  The correct way to set a light status bar text color in iOS 7 based on different ViewControllers(iOS 7中基于不同ViewControllers设置灯光状态栏文字颜色的正确方法)
                  Show UITabBar when UIViewController pushed(推送 UIViewController 时显示 UITabBar)

                          <tbody id='4ppJT'></tbody>
                          <bdo id='4ppJT'></bdo><ul id='4ppJT'></ul>

                          1. <i id='4ppJT'><tr id='4ppJT'><dt id='4ppJT'><q id='4ppJT'><span id='4ppJT'><b id='4ppJT'><form id='4ppJT'><ins id='4ppJT'></ins><ul id='4ppJT'></ul><sub id='4ppJT'></sub></form><legend id='4ppJT'></legend><bdo id='4ppJT'><pre id='4ppJT'><center id='4ppJT'></center></pre></bdo></b><th id='4ppJT'></th></span></q></dt></tr></i><div id='4ppJT'><tfoot id='4ppJT'></tfoot><dl id='4ppJT'><fieldset id='4ppJT'></fieldset></dl></div>
                          2. <small id='4ppJT'></small><noframes id='4ppJT'>

                            <tfoot id='4ppJT'></tfoot><legend id='4ppJT'><style id='4ppJT'><dir id='4ppJT'><q id='4ppJT'></q></dir></style></legend>