You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fully customisable UITextField wrapper for iOS — supports floating title labels, custom padding, max length, secure entry, and much more. Distributed via Swift Package Manager and CocoaPods.
Preview
Requirements
iOS 14.0+
Swift 5.9+
Xcode 15+
Installation
Swift Package Manager (SPM)
In Xcode, go to File → Add Package Dependencies
Enter the URL:
https://github.com/ThrottleCode/DragoTextField
Select version 1.0.0 or Up to Next Major
Click Add Package
CocoaPods
Add this to your Podfile:
pod'DragoTextField'
Run:
pod install
Open .xcworkspace file instead of .xcodeproj
Import in your Swift file:
import DragoTextField
Usage
Storyboard / XIB
Drag a UIView onto your storyboard
Set its class to DragotextField and module to DragoTextField
Customise properties directly from the Attributes Inspector