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:
BAKCacheis now enabled, for faster loading of contentBAKChannelPickerViewControlleris no longer a view controller, since the view controller wasn't allowing its view to be used as aninputViewfor 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-backchannelmethod with a traditional constructor. BAKAttachmentonly loads attachments of typeimagenow.- 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.