awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesSection Controllers

Objects that manage the logic, sizing, and configuration for a specific section of a list.

Distinct from Controller Mappings: Candidates relate to hardware controllers or document sectioning, not UI architectural controllers.

Explore 2 awesome GitHub repositories matching user interface & experience · Section Controllers. Refine with filters or upvote what's useful.

Awesome Section Controllers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • instagram/iglistkitInstagram का अवतार

    Instagram/IGListKit

    13,070GitHub पर देखें↗

    IGListKit is a data-driven list manager and framework for iOS that decouples data models from cell logic. It serves as a wrapper for collection views, using a system of section controllers to map specific data model types to independent objects that manage the logic and sizing for list sections. The project features a diffing algorithm library that calculates the minimal set of changes between two data collections. By using unique identifiers and equality tracking, it identifies inserts, deletes, and moves to trigger animated updates instead of full interface reloads. The framework covers a

    Maps specific data model types to independent controller objects that manage the logic and sizing for list sections.

    Objective-Cdiffinginstagramios
    GitHub पर देखें↗13,070
  • xmartlabs/xlformxmartlabs का अवतार

    xmartlabs/XLForm

    5,741GitHub पर देखें↗

    XLForm एक डिक्लेरेटिव UI लाइब्रेरी और फ्रेमवर्क है जो स्ट्रक्चर्ड डेफिनिशन से सिंक्रोनाइज़्ड iOS टेबल-व्यू फ़ॉर्म्स जनरेट करने के लिए है। यह Swift और Objective-C का उपयोग करके मोबाइल डेटा-एंट्री स्क्रीन बनाने के लिए एक टूलकिट प्रदान करता है, जिससे डेवलपर्स डिक्लेरेटिव सेक्शन्स और रोज़ (rows) के आधार पर इंटरफ़ेस बना सकते हैं। यह फ्रेमवर्क डायनामिक इंटरफ़ेस सिंक्रोनाइज़ेशन और रो विज़िबिलिटी और एडिटिंग प्रतिबंधों को प्रबंधित करने के लिए कंडीशनल लॉजिक की सुविधा देता है। यह डायनामिक मल्टीवैल्यूड सेक्शन्स के निर्माण को सपोर्ट करता है जहाँ उपयोगकर्ता रनटाइम पर रोज़ को इंसर्ट, डिलीट या रीऑर्डर कर सकते हैं। इस लाइब्रेरी में डेट और टाइम पिकर्स, सिलेक्शन लिस्ट्स, टेक्स्ट फ़ील्ड्स और बूलियन टॉगल्स जैसे विभिन्न इंटरैक्टिव इनपुट कंपोनेंट्स शामिल हैं। यह रूल-बेस्ड फ्रेमवर्क के माध्यम से इनपुट वैलिडेशन के लिए यूटिलिटीज और डेटा ट्रांसमिशन के लिए उपयोगकर्ता प्रविष्टियों को स्ट्रक्चर्ड डिक्शनरी में निकालने के लिए टूल्स भी प्रदान करती है। यह लाइब्रेरी टेबल सेल्स में विशेष सामग्री प्रदर्शित करने के लिए कस्टम रो टाइप मैपिंग के माध्यम से एक्स्टेंसिबिलिटी को सपोर्ट करती है।

    Provides sections that allow users to dynamically insert, delete, or reorder rows.

    Objective-C
    GitHub पर देखें↗5,741
  1. Home
  2. User Interface & Experience
  3. Section Controllers

सब-टैग एक्सप्लोर करें

  • Dynamic Multivalued SectionsSections that allow users to dynamically insert, delete, or reorder rows at runtime. **Distinct from Section Controllers:** Focuses on the runtime mutability of the row set within a section, not just the configuration of the section controller.