SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.31k stars 743 forks source link

Incorrect Comment for `KeyboardTrackingView.isPaused` #324

Closed chamitha closed 4 years ago

chamitha commented 5 years ago

The comment for the isPaused property of the KeyboardTrackingView.swift is incorrect. It must read

Setting isPaused = false in viewWillAppear and isPaused = true in viewWillDisappear usually works

ricsantos commented 4 years ago

Looks like this was fixed in 0b8e7b4