Fastis
Fastis copied to clipboard
Cannot infer type of closure parameter 'action' without a type annotation
I can't get data range in dismissHandler and sent to currentValue
Solved a problem through doneHandler method
fastisController.doneHandler = { [weak self] date in
if let newValue = date {
currentValue = newValue
}
}
Hello. What data type is currentValue? it must conform to the FastisValue protocol