awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jaydee3 avatar

jaydee3/JDStatusBarNotification

0
View on GitHub↗
4,329 星标·565 分支·Swift·MIT·5 次浏览calimarkus.github.io/JDStatusBarNotification/documentation/jdstatusbarnotification↗

JDStatusBarNotification

JDStatusBarNotification 是一个 Swift 通知横幅库和 iOS UI 组件,旨在在状态栏和刘海屏下方显示可自定义的提醒横幅和进度指示器。它提供了一个交互式通知界面,支持 Swift 与 Objective-C 兼容的框架,可集成到各种移动项目中。

该库的特色在于其交互式通知 UI,支持拖动关闭手势和动态布局配置。这些功能允许通过可中断的手势手动移除提醒,并实时调整视觉属性。

该项目通过视觉呈现机制和颜色、字体样式配置来管理通知。它还包含用于任务进度可视化的 UI 组件,例如用于跟踪后台操作的活动指示器和进度条。

Features

  • Notification Banners - Provides non-intrusive notification banners that appear below the iOS status bar and notch.
  • iOS UI Components - Offers a set of reusable UI elements for rendering temporary notifications on the iOS platform.
  • Status Bar Notification Overlays - Implements UI overlays that present temporary alert messages specifically below the iOS system status bar.
  • Swift UI Components - Provides reusable user interface elements for notifications developed using the Swift programming language.
  • Swipe-to-Dismiss Gestures - Implements swipe-to-dismiss gestures to allow users to manually remove notification banners from the screen.
  • Style Configurations - Provides a system for customizing colors and fonts to define the visual appearance of banners.
  • Swift-Objective-C Interoperability Libraries - Provides a Swift-based framework that is compatible with Objective-C projects for adding notification banners.
  • Styling Property Overrides - Allows real-time adjustment of colors and fonts via configuration objects to update view properties.
  • Visual Progress Indicators - Displays the progress of background operations using visual indicators like activity indicators and progress bars.
  • Native View Overlays - Renders notification banners in a separate native layer on top of existing app content for global visibility.
  • Style Customizations - Enables custom layout and style design for app alerts to match specific branding requirements.
  • UI Components - Notification display for the status bar.

Star 历史

jaydee3/jdstatusbarnotification 的 Star 历史图表jaydee3/jdstatusbarnotification 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

jaydee3/jdstatusbarnotification 是做什么的?

JDStatusBarNotification 是一个 Swift 通知横幅库和 iOS UI 组件,旨在在状态栏和刘海屏下方显示可自定义的提醒横幅和进度指示器。它提供了一个交互式通知界面,支持 Swift 与 Objective-C 兼容的框架,可集成到各种移动项目中。

jaydee3/jdstatusbarnotification 的主要功能有哪些?

jaydee3/jdstatusbarnotification 的主要功能包括:Notification Banners, iOS UI Components, Status Bar Notification Overlays, Swift UI Components, Swipe-to-Dismiss Gestures, Style Configurations, Swift-Objective-C Interoperability Libraries, Styling Property Overrides。

jaydee3/jdstatusbarnotification 有哪些开源替代品?

jaydee3/jdstatusbarnotification 的开源替代品包括: daltron/notificationbanner — NotificationBanner is an iOS notification banner library and Swift UI component designed for displaying non-intrusive… jverdi/jvfloatlabeledtextfield — JVFloatLabeledTextField is a reusable UIKit component for iOS that provides a text input field with a floating label.… vikmeup/sclalertview-swift — SCLAlertView-Swift is a Swift UI component and animation library used to create customizable alert views for iOS. It… devinross/tapkulibrary — tapkulibrary is a collection of reusable user interface elements and layout utilities for building native iOS… scenee/floatingpanel — FloatingPanel is a Swift UI component for iOS that provides an interactive bottom sheet and panel manager. It… roberthein/bouncylayout — BouncyLayout is a Swift UI layout component and iOS UI component designed as a spring-based animation library. It…

JDStatusBarNotification 的开源替代方案

相似的开源项目,按与 JDStatusBarNotification 的功能重合度排序。
  • daltron/notificationbannerDaltron 的头像

    Daltron/NotificationBanner

    4,875在 GitHub 上查看↗

    NotificationBanner is an iOS notification banner library and Swift UI component designed for displaying non-intrusive in-app alerts and notification toasts. It functions as an in-app alert manager that handles the queuing, timing, and dismissal of multiple screen notifications to prevent visual overlap. The library provides extensive banner customization, allowing for the use of custom views, formatted text, and protocol-based styles to align with application branding. It supports the embedding of accessory views and the placement of banners at either the top or bottom of the screen. The sys

    Swift
    在 GitHub 上查看↗4,875
  • jverdi/jvfloatlabeledtextfieldjverdi 的头像

    jverdi/JVFloatLabeledTextField

    7,150在 GitHub 上查看↗

    JVFloatLabeledTextField is a reusable UIKit component for iOS that provides a text input field with a floating label. It animates the placeholder text into a hovering label when the field is focused or contains text, maintaining visual context for the user during data entry. This library functions as a programmable interface element for native applications developed with Swift and Objective-C, specifically designed to implement modern mobile form design patterns. The component manages these interactions through a combination of state-driven label transitions and constraint-based layout anima

    Objective-C
    在 GitHub 上查看↗7,150
  • vikmeup/sclalertview-swiftvikmeup 的头像

    vikmeup/SCLAlertView-Swift

    5,318在 GitHub 上查看↗

    SCLAlertView-Swift is a Swift UI component and animation library used to create customizable alert views for iOS. It provides a visual interface for notifying users of system events, errors, or successes within mobile applications. The library focuses on implementing animated transitions and polished dialogs that deviate from standard native alerts. It includes tools for building animated alert views to provide user feedback through visual transitions.

    Swift
    在 GitHub 上查看↗5,318
  • devinross/tapkulibrarydevinross 的头像

    devinross/tapkulibrary

    3,864在 GitHub 上查看↗

    tapkulibrary is a collection of reusable user interface elements and layout utilities for building native iOS applications. It provides a modular set of building blocks, including a custom graphics framework, networking toolkits, and specialized interface components. The library includes a dedicated media gallery component for creating 3D perspective coverflow galleries and swipeable lists, as well as a grid-based calendar interface for monthly event layouts and date selection. The toolkit covers asynchronous network communication, allowing for data request scheduling on background threads.

    Objective-C
    在 GitHub 上查看↗3,864
查看 JDStatusBarNotification 的所有 30 个替代方案→