- December 17, 2024
- Mins Read
Awesome TextField is a nice and simple libriary for iOS and Mac OSX. It’s highly customisable and easy-to-use tool. Works perfectly for any registration or login forms in your app.
To run the example project, clone the repo, and run pod install
from the Example directory first.
AwesomeTextField is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod ‘AwesomeTextFieldSwift’
A vertical stackview which takes subviews with different widths and adds them to it's rows with paddings, spacings etc.
AudioManager is a Swift package that provides a modular and easy-to-use interface for implementing audio feedback in your applications. It ...