Skip to content

ilkerulusoy/Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages