|
1 | 1 | # 📱 iOS Widget Development Kit |
2 | 2 | [](https://github.com/muhittincamdali/iOS-Widget-Development-Kit/actions/workflows/ci.yml) |
3 | 3 |
|
4 | | -<!-- TOC START --> |
5 | | -## Table of Contents |
6 | | -- [📱 iOS Widget Development Kit](#-ios-widget-development-kit) |
7 | | -- [📋 Table of Contents](#-table-of-contents) |
8 | | -- [🚀 Overview](#-overview) |
9 | | - - [🎯 What Makes This Framework Special?](#-what-makes-this-framework-special) |
10 | | -- [✨ Key Features](#-key-features) |
11 | | - - [📱 Widget Types](#-widget-types) |
12 | | - - [🎨 Customization](#-customization) |
13 | | - - [⚡ Live Activities](#-live-activities) |
14 | | - - [🔗 Data Integration](#-data-integration) |
15 | | -- [📱 Widget Types](#-widget-types) |
16 | | - - [Home Screen Widget](#home-screen-widget) |
17 | | - - [Lock Screen Widget](#lock-screen-widget) |
18 | | -- [🎨 Customization](#-customization) |
19 | | - - [Widget Styling](#widget-styling) |
20 | | - - [Dynamic Theming](#dynamic-theming) |
21 | | -- [⚡ Live Activities](#-live-activities) |
22 | | - - [Live Activity Creation](#live-activity-creation) |
23 | | - - [Dynamic Island Integration](#dynamic-island-integration) |
24 | | -- [🔗 Data Integration](#-data-integration) |
25 | | - - [Widget Data Manager](#widget-data-manager) |
26 | | - - [Real-Time Updates](#real-time-updates) |
27 | | -- [🚀 Quick Start](#-quick-start) |
28 | | - - [Prerequisites](#prerequisites) |
29 | | - - [Installation](#installation) |
30 | | -- [Clone the repository](#clone-the-repository) |
31 | | -- [Navigate to project directory](#navigate-to-project-directory) |
32 | | -- [Install dependencies](#install-dependencies) |
33 | | -- [Open in Xcode](#open-in-xcode) |
34 | | - - [Swift Package Manager](#swift-package-manager) |
35 | | - - [Basic Setup](#basic-setup) |
36 | | -- [📱 Usage Examples](#-usage-examples) |
37 | | - - [Simple Widget](#simple-widget) |
38 | | - - [Interactive Widget](#interactive-widget) |
39 | | -- [🔧 Configuration](#-configuration) |
40 | | - - [Widget Configuration](#widget-configuration) |
41 | | -- [🚀 Performance & Benchmarks](#-performance-benchmarks) |
42 | | - - [⚡ Performance Metrics](#-performance-metrics) |
43 | | - - [📊 Benchmark Results](#-benchmark-results) |
44 | | - - [🎯 Performance Features](#-performance-features) |
45 | | -- [📚 Documentation](#-documentation) |
46 | | - - [API Documentation](#api-documentation) |
47 | | - - [Integration Guides](#integration-guides) |
48 | | - - [Examples](#examples) |
49 | | -- [🛡️ Security & Privacy](#-security-privacy) |
50 | | - - [🔐 Security Features](#-security-features) |
51 | | - - [🔒 Privacy Features](#-privacy-features) |
52 | | - - [🛡️ Security Best Practices](#-security-best-practices) |
53 | | -- [🤝 Contributing](#-contributing) |
54 | | - - [Development Setup](#development-setup) |
55 | | - - [Code Standards](#code-standards) |
56 | | -- [📄 License](#-license) |
57 | | -- [🙏 Acknowledgments](#-acknowledgments) |
58 | | -- [📊 Project Statistics](#-project-statistics) |
59 | | -- [🌟 Stargazers](#-stargazers) |
60 | | -<!-- TOC END --> |
61 | 4 |
|
62 | 5 |
|
63 | 6 | <div align="center"> |
|
0 commit comments