Merge branch 'bugfix/objc_name_collision' into 'develop'
fix for name collision See merge request BPHV_MIPS/vds_ios!6
This commit is contained in:
commit
aa5660231e
@ -15,6 +15,7 @@ public enum HelperTextPlacement: String, CaseIterable {
|
||||
case bottom, right
|
||||
}
|
||||
|
||||
@objc(VDSEntryField)
|
||||
open class EntryField: Control, Accessable {
|
||||
//--------------------------------------------------
|
||||
// MARK: - Initializers
|
||||
|
||||
@ -15,6 +15,7 @@ public enum TextEntryFieldType: String, CaseIterable {
|
||||
case text, number, calendar, inlineAction, password, creditCard, tel, date, securityCode
|
||||
}
|
||||
|
||||
@objc(VDSTextEntryField)
|
||||
public class TextEntryField: TextEntryFieldBase{}
|
||||
|
||||
open class TextEntryFieldBase: EntryField {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user