Skip to content

The implementation presenting fully animated custom TabBarController.

Notifications You must be signed in to change notification settings

jcholuj/CustomTabBarExample

Repository files navigation

Custom Tab Bar

The implementation of custom TabBarController. Moving between tabs is fully animated, and items are easy to configure or add a new one.

animated


Custom Tab Bar's items changes are handled using RxSwift. For faster implementation purposes SnapKit has been used for the autolayout part, and RxGesture for handling touch gestures on Tab Bar's items.

The implementation has been described in the Medium's article:
https://medium.com/@jdrzejchouj/how-to-build-an-animated-custom-tab-bar-for-ios-application-5eb3a72e07a8

Libraries

  • RxSwift
  • RxGesture
  • SnapKit

All libraries are installed using Swift Package Manager.

License

MIT

About

The implementation presenting fully animated custom TabBarController.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages