# kolyvan/kxmenu

KxMenu is a vertical popup menu for using in iOS applications

Repository: https://github.com/kolyvan/kxmenu
Canonical: https://ross.abutalabs.com/products/kxmenu
Language: Objective-C
License: BSD-2-Clause
License Family: permissive
Last push: 2020-01-02T18:21:19+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4856, "days_push": 2435, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1792, forks 357 (observed 2026-08-28T04:05:37.184225+00:00)

## What it is
KxMenu is a lightweight Objective-C library that displays vertical popup menus in iOS applications. It is added by dropping source files into a project and showing menus with a single class method call.

## Use cases
- show a vertical popup menu from a button tap in an iOS app
- display a context menu with icons and titles on iOS
- add a dropdown-style action menu to a UIView
- present menu items with target/action callbacks in Objective-C
- build an iOS action sheet alternative with custom menu items

## When to choose
- you need a simple, dependency-free popup menu in an Objective-C or legacy iOS project
- you want a lightweight alternative to UIActionSheet with custom items and icons
- your app targets older iOS versions (iOS 5+)

## When to avoid
- you are building a modern SwiftUI or UIKit app that can use native UIMenu/UIContextMenuInteraction
- you need an actively developed library with recent updates and Swift support
- you need horizontal menus or highly customizable animations

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, gui
- domain: mobile-development, developer-tools
- platform: -
- tags: popup-menu, objective-c, uikit, context-menu, ios, mobile

## Member repositories
- kolyvan/kxmenu (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:37.184225+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:22:58.606064+00:00, confidence not recorded.
  - readme: https://github.com/kolyvan/kxmenu (fetched 2026-08-28T04:05:37.184225+00:00, sha 38b5e742d30a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
