ortuman / SwiftForms

A small and lightweight library written in Swift that allows you to easily create forms.
MIT License
1.33k stars 209 forks source link

Modify example app to fix placeholders (#162) #166

Open RLRG opened 7 years ago

RLRG commented 7 years ago

When the user entered some text in any of the cells and left the cell empty after that, the placeholder was not appearing any more. With these changes, the placeholder appears again when the text of the cell is empty.

Fixes the following issue: #162 placeholder text disappear when textfield is erased