CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

AwsomeTextField 1.0.4

AwsomeTextField 1.0.4

TestsTested βœ—
LangLanguage SwiftSwift
License Custom
ReleasedLast Release Nov 2016
SwiftSwift Version 3.0
SPMSupports SPM βœ—

Maintained by CNKCQ.




  • By
  • KingCQ

AwsomeTextField

A elegant textField

πŸ‘€ See also:

)

πŸ“– Usage

Just like the traditional UITextFied

      let field = AwsomeTextField(frame: CGRect(x: 60, y: 200, width: 320, height: 44))
      field.placeholder = "ζ‰‹ζœΊε·"
      view.addSubview(field)

πŸ”‘ Basics Swift 3.0