AMKeyboardFrameTracker icon indicating copy to clipboard operation
AMKeyboardFrameTracker copied to clipboard

Simple iOS Keyboard frame tracker for custom interactive Keyboard dismissal

Results 2 AMKeyboardFrameTracker issues
Sort by recently updated
recently updated
newest added

Not a big deal, but when using the library, it behaved wrongly(the input view was leaving too much space than it actually needed) because of the [IQKeyboardManager](https://github.com/hackiftekhar/IQKeyboardManager) library that I...

![ezgif com-crop](https://user-images.githubusercontent.com/28999680/91798629-f6277880-ec42-11ea-94ab-b1b58af951ce.gif) My code: ``` @IBOutlet weak var viewMsgInput: UIView! @IBOutlet weak var msgComBottomSpace: NSLayoutConstraint! @IBOutlet weak var txtMessage: GrowingTextView! var keyboardFrameTrackerView = AMKeyboardFrameTrackerView.init() override func viewDidLoad() { super.viewDidLoad() self.keyboardFrameTrackerView...