edulpn / customNavigationController

UINavigationController based component to manage navigation bar and status bar styles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

customNavigationController

UINavigationController based component to manage navigation bar and status bar styles. It uses Protocol Oriented Programing techniques to make a better implementation of custom styles without breaking the "Open Close Principle" (components should be open for extensions and close for edits) compared to an implementation using Enum-based customization for styles.

About

UINavigationController based component to manage navigation bar and status bar styles

License:MIT License


Languages

Language:Swift 100.0%