diff --git a/MVMCoreUI/Atoms/TextFields/FormEntryField.swift b/MVMCoreUI/Atoms/TextFields/FormEntryField.swift index 8fcdaec2..a7530ac6 100644 --- a/MVMCoreUI/Atoms/TextFields/FormEntryField.swift +++ b/MVMCoreUI/Atoms/TextFields/FormEntryField.swift @@ -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 { //--------------------------------------------------