tinode / ios

Tinodios: Tinode Messaging Client for iOS
Apache License 2.0
241 stars 104 forks source link

Pinned messages support #199

Closed or-else closed 1 year ago

or-else commented 1 year ago

This is a PR to a dummy branch.

or-else commented 1 year ago

Scrolling fixed.

or-else commented 1 year ago

Regarding the crash: https://stackoverflow.com/questions/75280084/the-app-is-crashed-when-layout-2-text-fields-horizontally-on-ios-16-2

I added the fix suggested there.

aforge commented 1 year ago

Also, pinned messages won't update on message editing:

  1. Pin a message "text".
  2. Now, edit this message to become "text123"
  3. The pinned message remains "text".

Note it's just a display issue. Leave the topic and re-enter again - the pinned message displays correctly as "text123".

or-else commented 1 year ago

Also, pinned messages won't update on message editing:

  1. Pin a message "text".
  2. Now, edit this message to become "text123"
  3. The pinned message remains "text".

Note it's just a display issue. Leave the topic and re-enter again - the pinned message displays correctly as "text123".

Fixed