NSNotification.Name.UIKeyboardWillShow crash - Unable to find cause
问题 Users of my app have reported a random crash. I have integrated CrashAnalytics which is giving the following details : __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20. The line number indicated is 154, which is : self.notesView.content.frame = CGRect(x: self.notesView.content.frame.origin.x, y: self.notesView.content.frame.origin.y, width: self.notesView.content.frame.size.width, height: self.notesView.content.frame.size.height - keyboardFrame.size.height). Following is the code I