Ross ROSS = Recommend OSS · open-source software intelligence for agents

wimagguc/ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+ observed · 2026-08-28

github.com/wimagguc/ios-custom-alertview · Objective-C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4730
  • days_rel: n/a
  • days_push: 2442
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1649 stars · 387 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A lightweight Objective-C library that reproduces the iOS 7-style alert dialog and lets developers attach arbitrary UIViews, images, and buttons to it. It exists because UIAlertView's view hierarchy became private in iOS 7, so it recreates the native look and animations without needing any image resources.

Use cases

  • add a custom view to an alert dialog on ios
  • show an image inside a uialertview
  • create a popup dialog with multiple buttons in objective-c
  • ios alert with custom content now that addsubview is disallowed
  • display a loading indicator inside an ios alert
  • make an ios7-style dialog with parallax motion effects

When to choose

  • You need to embed arbitrary UIViews (images, forms, spinners) into an iOS-style alert on iOS 7 or later
  • You want a dependency-free Objective-C drop-in component - just two source files or a CocoaPods install
  • You need flexible button handling via delegate methods or code blocks with no bundled resources

When to avoid

  • You target iOS 8 or newer, where UIAlertController natively supports custom content and is the standard approach
  • You work in Swift or SwiftUI and prefer modern native alert APIs
  • You need exact styling for current iOS versions or flawless rotation with the keyboard visible (known limitations)

Facets

library · maturity abandoned

ui-components gui mobile-development objective-c uialertview alert-dialog dialog popup uikit cocoa-touch cocoapods ios7 ios mobile

1 source

Member repositories

RepositoryRoleHealth v2
wimagguc/ios-custom-alertviewmain23

For agents

markdown · JSON · MCP: product_card(name="wimagguc/ios-custom-alertview")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem