- Supported UserProfile feature in
SBUChannelViewController
,SBUMemberListViewController
- Added
SBUUserProfileViewProtocol
,SBUUserProfileViewDelegate
- Added global user profile enable setting (
SBUGlobals.UsingUserProfile
) - Added
SBUUserProfileTheme
theme - Added user profile related stringSet
- Added
- Added
SBUGlobalCustomParams
class to used when setting parameters globally in UIKitgroupChannelParamsCreateBuilder
groupChannelParamsUpdateBuilder
userMessageParamsSendBuilder
userMessageParamsUpdateBuilder
fileMessageParamsSendBuilder
messageListParamsBuilder
- Added initialize function with
SBDSender
inSBUUser
- Added to be able to set
messageListParams
to functions that haveSBUChannelViewController
initialization function - Added
createAndMoveToChannel(userIds:messageListParams:)
andcreateAndMoveToChannel(params:messageListParams:)
functions that creates and moves the channel that can be called anywhere inSBUMain
- Added
updateUserInfo(nickname:profileImage:completionHandler:)
function inSBDMain
for update user info with image - Added
h3
font - Changed access control
- Class :
SBUActionSheet
,SBUAlertView
,SBUCommonItem
,SBUUtils
- Class :
- Fixed the
loadChannel
function being called multiple times during the initialization ofSBUChannelViewController
. - Fixed a problem the placeholder disappears when an error occurs during image load
- Fixed autolayout warning issues
- Renamed the GestureHandler functions to union the function name
- Renamed function name that
openChannel
tomoveToChannel
inSBUMain
- Improved - When the connection is successful, update currentUser.
- Improved for theme updates on changes at runtime