All Projects → arcangelw → Wzrootnavigationcontroller

arcangelw / Wzrootnavigationcontroller

Licence: mit

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Wzrootnavigationcontroller

Xam.plugin.simplebottomdrawer
Just a nice and simple BottomDrawer for your Xamarin Forms project
Stars: ✭ 92 (-17.12%)
Mutual labels:  navigation
Material Bottomnavigation
Bottom Navigation widget component inspired by the Google Material Design Guidelines at https://www.google.com/design/spec/components/bottom-navigation.html
Stars: ✭ 1,375 (+1138.74%)
Mutual labels:  navigation
Osmscout Server
Maps server providing tiles, geocoder, and router
Stars: ✭ 105 (-5.41%)
Mutual labels:  navigation
Efnavigationbar
An ordinary custom navigation bar.
Stars: ✭ 92 (-17.12%)
Mutual labels:  navigation
Flyoutnavigation
Stars: ✭ 99 (-10.81%)
Mutual labels:  navigation
Gatsby Starter Saas Marketing
☁️ A simple one page marketing site starter for SaaS companies and indie hackers
Stars: ✭ 103 (-7.21%)
Mutual labels:  navigation
Appearancenavigationcontroller
Example with advanced configuration of the navigation controller's appearance
Stars: ✭ 91 (-18.02%)
Mutual labels:  navigation
Indoor Navigation Algorithms
This is a public repository of a Navigine company that develops different kinds of indoor positioning algorithms with the main focus on indoor navigation. Here we will step by step publish the source code of our algorithm starting with trilateration.
Stars: ✭ 108 (-2.7%)
Mutual labels:  navigation
Immersionbar
android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62
Stars: ✭ 10,030 (+8936.04%)
Mutual labels:  navigation
Bubble Navigation
🎉 [Android Library] A light-weight library to easily make beautiful Navigation Bar with ton of 🎨 customization option.
Stars: ✭ 1,537 (+1284.68%)
Mutual labels:  navigation
Cleanarchitecture
Android Kotlin Clean Architecture
Stars: ✭ 94 (-15.32%)
Mutual labels:  navigation
React Native Navigation Drawer Extension
Drawer API built on top of wix react-native-navigation for iOS and Android (with TypeScript!)
Stars: ✭ 98 (-11.71%)
Mutual labels:  navigation
Customnavigationbarsample
Navigation Bar Customization in Xamarin Forms
Stars: ✭ 104 (-6.31%)
Mutual labels:  navigation
React Native Fluid
Declarative animations for React Native and React Native Web.
Stars: ✭ 92 (-17.12%)
Mutual labels:  navigation
Nativescript App Templates
Monorepo for NativeScript app templates
Stars: ✭ 108 (-2.7%)
Mutual labels:  navigation
Bootstrap Breadcrumbs
Django template tags for easy breadcrumbs using twitter bootstrap css classes or custom template
Stars: ✭ 91 (-18.02%)
Mutual labels:  navigation
Fragnav
An Android library for managing multiple stacks of fragments
Stars: ✭ 1,379 (+1142.34%)
Mutual labels:  navigation
Navbot
Using RGB Image as Visual Input for Mapless Robot Navigation
Stars: ✭ 111 (+0%)
Mutual labels:  navigation
Jvfloatingdrawer
An easy to use floating drawer view controller.
Stars: ✭ 1,424 (+1182.88%)
Mutual labels:  navigation
Turtlebot3 simulations
Simulations for TurtleBot3
Stars: ✭ 104 (-6.31%)
Mutual labels:  navigation

WZRootNavigationController

CI Status Version License Platform

iPhoneX效果

  • 效果图(gif图压缩,实际效果请运行demo)

animation

push&pop

Installation

很多应用需要给每个VC设置独立导航条,做成不同的视觉效果,同时转场交互也是一个头疼的问题,然后还需要全屏幕右滑返回,部分页面又有了侧边返回的变态需求,结合以往项目的各种蛋疼的需求问题和切换Swift的实际情况,写了这么一个库WZRootNavigationController,它实现了 RTRootNavigationController & FDFullscreenPopGesture & TransitionTreasury 完美结合(纯属吹牛逼,就是为了项目需求硬生生套上的,为了兼容ObjC也是各种妥协,各位大佬走过路过求点评不足)

参照业内相关实现:

Usage

一些基本使用和RTRootNavigationController基本一致的,请参考给出的demo

mind

通过wz_rootContentConfig设置 popGestureProcessing 和 animationProcessing,可以实现独立的手势和转场动画处理

WZRootNavigationController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'WZRootNavigationController'

Author

arcangelw, [email protected]

License

WZRootNavigationController is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].