i have pop up viewController which has a textField, label and button to get input from user at requited time presented using ModelPresentation and capturing values using closures.
it works fine in most of the locations. but in only one calling its crash while supplying value for the UIelements showing the error found nil while unwrapping optional value.
what is the reason behind this?
called the function many places in the program. everyplace it shows. error happens at that specific place only