conflicts
This commit is contained in:
parent
bd972e8c81
commit
ee09cfa278
@ -60,17 +60,11 @@ static const CGFloat CheckBoxHeightWidth = 18.0;
|
|||||||
|
|
||||||
- (void)setWithJSON:(NSDictionary *)json delegateObject:(DelegateObject *)delegateObject additionalData:(NSDictionary *)additionalData {
|
- (void)setWithJSON:(NSDictionary *)json delegateObject:(DelegateObject *)delegateObject additionalData:(NSDictionary *)additionalData {
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
if ([delegateObject isKindOfClass:[MVMCoreUIDelegateObject class]]) {
|
if ([delegateObject isKindOfClass:[MVMCoreUIDelegateObject class]]) {
|
||||||
[FormValidator setupValidationWithMolecule:self delegate:((MVMCoreUIDelegateObject *)delegateObject).formValidationProtocol];
|
[FormValidator setupValidationWithMolecule:self delegate:((MVMCoreUIDelegateObject *)delegateObject).formValidationProtocol];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
self.delegate = delegateObject;
|
|
||||||
=======
|
|
||||||
[FormValidator setupValidationWithMolecule:self delegate:((MVMCoreUIDelegateObject *)delegateObject).formValidationProtocol];
|
|
||||||
self.delegateObject = (MVMCoreUIDelegateObject *) delegateObject;
|
self.delegateObject = (MVMCoreUIDelegateObject *) delegateObject;
|
||||||
>>>>>>> e90b4c299e84ce13a69fc77d4e69ad027b55fa09
|
|
||||||
self.fieldKey = [json stringForKey:KeyFieldKey];
|
self.fieldKey = [json stringForKey:KeyFieldKey];
|
||||||
self.isRequired = [json boolForKey:KeyRequired];
|
self.isRequired = [json boolForKey:KeyRequired];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user