2 रिपॉजिटरी
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.
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.
XLForm एक डिक्लेरेटिव UI लाइब्रेरी और फ्रेमवर्क है जो स्ट्रक्चर्ड डेफिनिशन से सिंक्रोनाइज़्ड iOS टेबल-व्यू फ़ॉर्म्स जनरेट करने के लिए है। यह Swift और Objective-C का उपयोग करके मोबाइल डेटा-एंट्री स्क्रीन बनाने के लिए एक टूलकिट प्रदान करता है, जिससे डेवलपर्स डिक्लेरेटिव सेक्शन्स और रोज़ (rows) के आधार पर इंटरफ़ेस बना सकते हैं। यह फ्रेमवर्क डायनामिक इंटरफ़ेस सिंक्रोनाइज़ेशन और रो विज़िबिलिटी और एडिटिंग प्रतिबंधों को प्रबंधित करने के लिए कंडीशनल लॉजिक की सुविधा देता है। यह डायनामिक मल्टीवैल्यूड सेक्शन्स के निर्माण को सपोर्ट करता है जहाँ उपयोगकर्ता रनटाइम पर रोज़ को इंसर्ट, डिलीट या रीऑर्डर कर सकते हैं। इस लाइब्रेरी में डेट और टाइम पिकर्स, सिलेक्शन लिस्ट्स, टेक्स्ट फ़ील्ड्स और बूलियन टॉगल्स जैसे विभिन्न इंटरैक्टिव इनपुट कंपोनेंट्स शामिल हैं। यह रूल-बेस्ड फ्रेमवर्क के माध्यम से इनपुट वैलिडेशन के लिए यूटिलिटीज और डेटा ट्रांसमिशन के लिए उपयोगकर्ता प्रविष्टियों को स्ट्रक्चर्ड डिक्शनरी में निकालने के लिए टूल्स भी प्रदान करती है। यह लाइब्रेरी टेबल सेल्स में विशेष सामग्री प्रदर्शित करने के लिए कस्टम रो टाइप मैपिंग के माध्यम से एक्स्टेंसिबिलिटी को सपोर्ट करती है।
Provides sections that allow users to dynamically insert, delete, or reorder rows.