Cariocamenu

screenshot of Cariocamenu

The fastest zero-tap iOS menu.

Overview:

CariocaMenu is a simple, elegant, and fast navigation menu for iOS apps. It provides a variety of features including accessible swipe and tap navigation, customizability, support for different device rotations, and compatibility with iPhone X and the notch. The menu can be integrated into projects using CocoaPods, Carthage, or manually. Complete technical documentation is also available for easy reference.

Features:

  • Accessible from a single swipe of the left/right screen edge
  • Accessible with a tap on the indicator
  • Customizable menu indicator
  • Menu Item supports image & emoji/text
  • Boomerang mode
  • Supports rotation (Full AutoLayout)
  • Supports iPhone X & the Notch!
  • Complete Technical Documentation

CocoaPods:

Add the following line to your Podfile:

pod 'CariocaMenu'

Then run pod install to retrieve the latest version of the dependency.

Carthage:

First, install Carthage using Homebrew:

brew install carthage

In your Cartfile, specify CariocaMenu as a dependency:

github "CariocaMenu" ~> 1.0

After running carthage update, drag the built CariocaMenu.framework into your Xcode project.

Manual:

You can also integrate CariocaMenu into your project manually.

  1. Drag and drop all the files under Sources/ into your Xcode project.

Summary:

CariocaMenu is a powerful navigation menu for iOS apps that offers numerous features for enhancing user experience. With its accessibility options, customization capabilities, and support for different device rotations, it provides developers with a flexible and intuitive menu solution. Whether you choose to install it with CocoaPods, Carthage, or manually integrate it, CariocaMenu is a reliable choice for incorporating a fast and elegant navigation menu into your iOS app.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.