Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 824 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 824 Bytes

Swift Extensions Library

A comprehensive collection of Swift extensions that enhance the functionality of common Swift types and UIKit/SwiftUI components.

Features

  • 🔤 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

Installation

Swift Package Manager

Add the following to your Package.swift file:

dependencies: [
    .package(url: "[email protected]:ilkerulusoy/Extensions.git", from: "1.0.0")
]

License

This project is licensed under the MIT License - see the LICENSE file for details.