- August 28, 2025
- Mins Read
use_frameworks!
pod ‘HTYTextField’
…
pod install
to install the dependencies.Source files
Just clone this repository or download it in zip-file. Then you will find source files under HTYTextField directory. Copy them to your project.
import HTYTextField
@IBOutlet weak var emailTextField: HTYTextField!
@IBOutlet weak var passwordTextField: HTYTextField!
emailTextField.rightPlaceholder = “xxx@xxx.xx”
passwordTextField.rightPlaceholder = “6~12 digits”
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...