fix: code review notes
This commit is contained in:
parent
2a89de15e3
commit
ba929fd344
|
|
@ -210,6 +210,7 @@ open class DefaultJsonNetworkService: ApiInteractor {
|
|||
preprocessors: preprocessors.dropFirst(),
|
||||
cancellableBag: cancellableBag,
|
||||
completion: completion)
|
||||
|
||||
case let .failure(error):
|
||||
completion(.failure(error))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@ open class BaseTextAttributes {
|
|||
.size
|
||||
}
|
||||
|
||||
open func heigth(of string: String?,
|
||||
open func height(of string: String?,
|
||||
with width: CGFloat,
|
||||
options: NSStringDrawingOptions = [.usesFontLeading, .usesLineFragmentOrigin],
|
||||
context: NSStringDrawingContext? = nil) -> CGFloat {
|
||||
|
|
|
|||
Loading…
Reference in New Issue