Skip to content

RouteTown is a powerful and flexible navigation management library for iOS applications.

License

Notifications You must be signed in to change notification settings

sametkoyuncu/RouteTown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RouteTown

RouteTown is a powerful and flexible navigation management library for iOS applications. Designed to simplify navigation within your app and enhance user experience, RouteTown offers dynamic screen transitions, error handling, and user-friendly alert mechanisms. The library allows you to easily manage navigation flows in your app with just a single line of code.

Features:

  • Dynamic and programmatic screen transitions
  • Error handling and logging
  • User-friendly alert mechanisms
  • Easy setup and usage

RouteTown is specifically designed to simplify navigation management for iOS app developers. It can be easily integrated and quickly used in your existing projects.

Installation

Add the following to your Package.swift:

dependencies: [
    .package(url: "https://github.com/your-username/RouteTown.git", from: "0.1.2")
]

Usage

Import RouteTown and use it in your project:

import RouteTown

let router = RT.shared
router.push(viewController)

Example Project 👉 RouteTownDemoApp

License

This software is provided under the RouteTown License Agreement. See the LICENSE file for more information.

Release Notes

v0.1.2

Changes

  • Some method parameter names have been corrected.

v0.1.1

Changes

  • Made the configure method of the Logger class public.

v0.1.0 - Initial Release

Features

  • Initial release of the RouteTown library.
  • Provides flexible and powerful routing mechanisms for iOS applications.
  • Includes methods for presenting and dismissing view controllers.
  • Tracks visited routes and handles navigation in a structured way.
  • Custom error handling with RouteTownError.

Author

Name: Samet Koyuncu
Email: sametkoyuncu@live.com
GitHub: sametkoyuncu

About

RouteTown is a powerful and flexible navigation management library for iOS applications.

Topics

Resources

License

Stars

Watchers

Forks

Languages