MaterialFields
A Material Guidelines UI driven text entry and value selection framework for better UI and modular validation layers.

| Main Features | |
|---|---|
| 💛 | Material UITextFields and UITextViews | 
| 💜 | Material UIPickerViews and UIDatePickers | 
| 💪 | Field wrapper class allowing for simple, modular validation | 
| ❌ | Error functionality to let your users know something was wrong with the input | 
| 🔥 | Internal UI state management | 
| 👍 | Modular and customizable | 
| 😍 | Fully Swift | 
| ✅ | Easy to implement | 
Adding MaterialFields To Your Project
Open your podfile and add MaterialFields under your target
target 'Your Project' do
  use_frameworks!
  pod 'MaterialFields'
end
Save then in your project directory run
pod install
License
MaterialFields is open under the MIT license.
View on GitHub
        MaterialFields  Reference