This commit is contained in:
Kevin G Christiano 2019-10-30 12:33:40 -04:00
parent 8266b3b650
commit 9d043edb29

View File

@ -11,6 +11,8 @@ import UIKit
/**
* This class is intended to be subclassed by a class that will add views subclassed under UIControl.
* The FieldEntryForm provides the base logic for the description label, placeholder/error label and field container.
*
* When subclassing, be sure to override setupFieldContainerContent(). In this method you will setup all the content bound to the field container.
*/
@objcMembers open class FormEntryField: ViewConstrainingView {
//--------------------------------------------------