Skip to content

ggu/echo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo

A flexible input accessory controller

A hassle free micro framework for laying out input accessory views. Setting a view as the responder’s inputAccessoryView has many problems, and results in hacks fragmented throughout your code base. Echo instead listens to keyboard event and determines where your input accessory should be laid out. You’re responsible for updating your UI, becuase you know it much better then we do.

Installation

Using Carthage:

github "mogstad/echo"

Using CocoaPods:

TODO

Using submodules:

Highly discourage using submodules and dynamic frameworks, as Xcode requires dynamic frameworks to have the same schemas in the dynamic frameworks as the parent project.

Usage

TODO

Credit

Echo is heavly inspired by Slack’s SlackTextViewController, it’s probably a better fit for many applications, but if you need full control or don’t need all its feature echo might be a good fit.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 99.2%
  • Objective-C 0.8%