A comprehensive collection of Swift extensions that enhance the functionality of common Swift types and UIKit/SwiftUI components.
-
🔤 String Extensions
- Email validation
- URL encoding/decoding
- Base64 encoding/decoding
- Localization helpers
- String manipulation utilities
-
📱 Haptic Feedback
- Easy-to-use haptic feedback wrapper
- Support for iOS 17's new SensoryFeedback
- Fallback support for older iOS versions
- Multiple feedback styles
Add the following to your Package.swift file:
dependencies: [
.package(url: "git@github.com:ilkerulusoy/Extensions.git", from: "1.0.0")
]This project is licensed under the MIT License - see the LICENSE file for details.