awesome-repositories.com
ब्लॉग
MCP
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·9 व्यूज़calimarkus.github.io/JDStatusBarNotification/documentation/jdstatusbarnotification↗

JDStatusBarNotification

JDStatusBarNotification एक Swift नोटिफिकेशन बैनर लाइब्रेरी और iOS UI घटक है जिसे स्टेटस बार और नॉच के नीचे अनुकूलन योग्य अलर्ट बैनर और प्रगति संकेतक प्रदर्शित करने के लिए डिज़ाइन किया गया है। यह एक इंटरैक्टिव नोटिफिकेशन इंटरफ़ेस प्रदान करता है जो विभिन्न मोबाइल प्रोजेक्ट्स में एकीकरण के लिए Swift-Objective-C संगत फ्रेमवर्क का समर्थन करता है।

यह लाइब्रेरी एक इंटरैक्टिव नोटिफिकेशन 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.

स्टार हिस्ट्री

jaydee3/jdstatusbarnotification के लिए स्टार हिस्ट्री चार्टjaydee3/jdstatusbarnotification के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

JDStatusBarNotification के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो JDStatusBarNotification के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • daltron/notificationbannerDaltron का अवतार

    Daltron/NotificationBanner

    4,875GitHub पर देखें↗

    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,150GitHub पर देखें↗

    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,318GitHub पर देखें↗

    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,864GitHub पर देखें↗

    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 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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…