Git Product home page Git Product logo

Comments (7)

yiplee avatar yiplee commented on June 1, 2024

导航栏跳跃是指?
另外你用的版本是最新的 2.0.7 么?

from ypnavigationbartransition.

ETmanwenhan avatar ETmanwenhan commented on June 1, 2024

2.0.5
使用的是pod

from ypnavigationbartransition.

ETmanwenhan avatar ETmanwenhan commented on June 1, 2024

第一个界面是导航栏渐变,第二个界面是继承UITableViewController
当第一个界面还没出现导航栏时,点击cell跳转到第二个界面,就会产生第二个界面导航栏往上跳的情况。

from ypnavigationbartransition.

ETmanwenhan avatar ETmanwenhan commented on June 1, 2024

CocoaPods安装不了 2.0.7版本哦

[!] CocoaPods could not find compatible versions for pod "YPNavigationBarTransition":
In Podfile:
YPNavigationBarTransition (~> 2.0.7)

None of your spec sources contain a spec satisfying the dependency: YPNavigationBarTransition (~> 2.0.7).

from ypnavigationbartransition.

yiplee avatar yiplee commented on June 1, 2024

感觉这种 UI 上的问题还是得录个视频直观点,我建了一个交流反馈群,方便的话录屏了发在里面我看看。

img_0241

from ypnavigationbartransition.

yiplee avatar yiplee commented on June 1, 2024

2.0.7 版本我昨天发布的,得 pod repo update 一下再 install。

from ypnavigationbartransition.

ETmanwenhan avatar ETmanwenhan commented on June 1, 2024

Demo中我也可以模拟这种情况给你看看。

YPDemoConfigureViewController中修改该方法:

- (void) showNextViewControllerWithColor:(UIColor *)color {
    
    UITableViewController *controller = [[UITableViewController alloc] init];
    controller.hidesBottomBarWhenPushed = YES;
    [self.navigationController pushViewController:controller animated:YES];
}

然后启动Demo,点击IMAGES:Yellow->COLORS:Red,你就会看到这个问题了

from ypnavigationbartransition.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.