AwsomeTextField 1.0.4× TestsTested β LangLanguage SwiftSwift License Custom ReleasedLast Release Nov 2016 SwiftSwift Version 3.0 SPMSupports SPM βMaintained by CNKCQ.Installation Guide×Installation Guide for AwsomeTextFieldYou want to add pod 'AwsomeTextField', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'AwsomeTextField', '~> 1.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try AwsomeTextFieldSee PodspecGitHub RepoPage on CocoaPods.orgAwsomeTextField 1.0.4ByKingCQCNKCQ/AwsomeTextFieldGitHub Repo 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