Home

Awesome

BubbleTextField

Platform Pod Version Carthage compatible Swift Version GitHub license

Overview

<p align="center"><b>An Expanding Bubble Text Field.</b> 💬<br> Written in Swift, and inspired by Xcode's refactor text field. <br>

Features

Installation

BubbleTextField is available for installation using CocoaPods or Carthage. Alternatively, you can simply copy the BubbleTextField.swift file into your Xcode project.

Using CocoaPods

pod "BubbleTextField"

Using Carthage

github "chriszielinski/BubbleTextField"

Quick Start

The sample projects provide an example of how to integrate a BubbleTextField using a Storyboard, otherwise you can follow these steps.

Just create and add the BubbleTextField to your view hierarchy.

let bubbleTextField = BubbleTextField()
// Optionally, activate spell checking.
bubbleTextField.isContinuousSpellCheckingEnabled = true
view.addSubview(bubbleTextField)

~groovy~ 🏖️

Community

Used In

Contributors

License

BubbleTextField is available under the MIT license, see the LICENSE file for more information.