add forgotten separator override
This commit is contained in:
parent
89ed78a0eb
commit
f4cfd0386c
@ -89,6 +89,12 @@ import UIKit
|
|||||||
} else {
|
} else {
|
||||||
accessoryView = nil
|
accessoryView = nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// override the separator
|
||||||
|
if let separator = json.optionalDictionaryForKey("separator") {
|
||||||
|
addSeparatorsIfNeeded()
|
||||||
|
bottomSeparatorView?.setWithJSON(separator, delegateObject: delegateObject, additionalData: additionalData)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static func estimatedHeight(forRow json: [AnyHashable : Any]?) -> CGFloat {
|
public static func estimatedHeight(forRow json: [AnyHashable : Any]?) -> CGFloat {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user