I\'m updating a project to Swift 3 and came across the following warning which I can\'t seem to resolve.
fileprivate var filteredTitlesList: [String] = [] i
Other possibility of this warning is when you're trying to put a statement eg:let keyboardFrame: CGRect = keyboardFrameValue.cgRectValue in conditional statement like if or guard
let keyboardFrame: CGRect = keyboardFrameValue.cgRectValue
if
guard