Releases: backchannel/BackchannelSDK-iOS
Releases · backchannel/BackchannelSDK-iOS
Backchannel 1.0.1
Version 1.0.1 is the first bug fix release for the Backchannel SDK. It can be found at tag v1.0.1
.
It fixes several bugs:
BAKCache
is now enabled, for faster loading of contentBAKChannelPickerViewController
is no longer a view controller, since the view controller wasn't allowing its view to be used as aninputView
for aUITextField
.- If the keychain is storing an invalid token, it will log the user out when Backchannel opens and update the UI accordingly.
- When a user logs in when trying to post a message, the UI is updated accordingly.
- A new singleton getter has been added for Swift compatibility:
sharedBackchannel()
. Previously, Swift was replacing the-backchannel
method with a traditional constructor. BAKAttachment
only loads attachments of typeimage
now.- A bug with reused avatar images is now fixed.
- A bug where a message attachment would sometimes show up is now fixed.
- Deleting a message now smoothly animates.
- Loading indicators have been added to the attachment preview and the full-size
BAKAttachmentViewController
.