Feature/2865 participant sorting

This commit is contained in:
Frank Rotermund
2022-06-01 13:53:23 +00:00
parent bb46c57a02
commit 067b7e26c4
10 changed files with 385 additions and 187 deletions
@@ -37,6 +37,9 @@
*/
- (void)onKeyboardShowAnimationComplete;
- (void)onKeyboardWillShow:(NSNotification *)notif;
- (void)onKeyboardWillHide:(NSNotification *)notif;
/**
The current keyboard view (This field is nil when keyboard is dismissed).
This property should be set when keyboard display animation is complete to track keyboard frame changes.