We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dagba/ios-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Official Apple Documentation for iOS/macOS Development
This directory contains official Apple documentation extracted from Xcode 26, providing authoritative guidance on the latest iOS, macOS, and Swift features.
## Documentation Overview
### Swift Language & Concurrency
- **Swift-Concurrency-Updates.md** - Swift 6.2 concurrency features, data-race safety, Approachable Concurrency
- **Swift-InlineArray-Span.md** - InlineArray and Span types for efficient memory management
### SwiftUI
- **SwiftUI-Implementing-Liquid-Glass-Design.md** - Liquid Glass material effects in SwiftUI
- **SwiftUI-WebKit-Integration.md** - Integrating WebKit views in SwiftUI applications
- **SwiftUI-Styled-Text-Editing.md** - Rich text editing and text styling features
- **SwiftUI-New-Toolbar-Features.md** - Latest toolbar customization capabilities
- **SwiftUI-AlarmKit-Integration.md** - AlarmKit integration patterns and workflows
### AppKit & UIKit
- **AppKit-Implementing-Liquid-Glass-Design.md** - Liquid Glass effects for AppKit applications
- **UIKit-Implementing-Liquid-Glass-Design.md** - Liquid Glass implementation in UIKit
### Data & Storage
- **SwiftData-Class-Inheritance.md** - Class inheritance patterns in SwiftData
- **Foundation-AttributedString-Updates.md** - AttributedString enhancements and new features
### App Extensions & Frameworks
- **AppIntents-Updates.md** - Latest AppIntents framework updates and patterns
- **WidgetKit-Implementing-Liquid-Glass-Design.md** - Liquid Glass effects in widgets
- **Widgets-for-visionOS.md** - Creating widgets for visionOS
### Specialized Features
- **FoundationModels-Using-on-device-LLM-in-your-app.md** - On-device large language models integration
- **Implementing-Assistive-Access-in-iOS.md** - Accessibility features and assistive access
- **Implementing-Visual-Intelligence-in-iOS.md** - Visual Intelligence framework integration
- **MapKit-GeoToolbox-PlaceDescriptors.md** - MapKit geographic tooling and place descriptors
- **StoreKit-Updates.md** - StoreKit framework updates for in-app purchases
- **Swift-Charts-3D-Visualization.md** - 3D data visualization with Swift Charts
## How to Use This Documentation
### For Skill Enhancement
These documents have been integrated into relevant skills:
- Swift Concurrency skills reference `Swift-Concurrency-Updates.md`
- SwiftUI Liquid Glass skill references all Liquid Glass implementation guides
- SwiftUI UI Patterns skill references WebKit, Toolbar, AlarmKit, and Styled Text docs
### For Direct Reference
When working on features covered by this documentation:
1. Check if a relevant skill already exists and uses these docs
2. Reference the appropriate markdown file for authoritative API usage
3. Use these as the source of truth for iOS 26+ features
### For Creating New Skills
Consider creating focused skills for high-value topics not yet covered:
- **App Intents** - Comprehensive AppIntents implementation workflow
- **SwiftData** - Data modeling and persistence patterns
- **On-device ML** - Foundation Models integration
- **StoreKit** - In-app purchase implementation
- **Accessibility** - Assistive Access implementation
- **Visual Intelligence** - Camera and visual analysis features
## Documentation Format
All files are in markdown format and follow Apple's official documentation style:
- Overview of the feature or API
- Code examples with best practices
- Common patterns and anti-patterns
- Integration guidelines
- Platform availability information
## Version Information
**Source:** Xcode 26 (iOS 26, macOS 15)
**Last Updated:** December 2024
**Documentation Date:** These docs reflect features announced at WWDC 2025 and released in iOS 26
## Attribution
All documentation © Apple Inc. These files are provided by Apple in Xcode's IDEIntelligenceChat framework for AI assistant integration and are redistributed here for skill enhancement purposes.
## Maintenance
When updating Xcode:
1. Check for new or updated documentation files
2. Copy them to this directory
3. Update relevant skill references
4. Document changes in skill release notes