- April 27, 2024
- Mins Read
use_frameworks!
pod ‘HTYTextField’
…
pod install
to install the dependencies.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”
Horizon SDK is a state of the art real-time video recording / photo shooting iOS library. Some of the features ...