add forgotten separator override

This commit is contained in:
Pfeil, Scott Robert 2019-05-24 12:30:04 -04:00
parent 89ed78a0eb
commit f4cfd0386c

View File

@ -89,6 +89,12 @@ import UIKit
} else {
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 {