It may be the basic swift quetion, But i am new to swift or iOS development. I am getting the error fatal error: unexpectedly found nil while unwrapping an Optional value<
fatal error: unexpectedly found nil while unwrapping an Optional value<
Well, error says it all! You are trying to forceful unwrap an optional. You should use if let syntax while unwrapping an optional.
if let