Skip to content

Commit ca69aaa

Browse files
Merge pull request #41 from sendbird/release/3.11.2
Release/3.11.2 -> main
2 parents 6811e5c + ff50b43 commit ca69aaa

33 files changed

+7779
-7420
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### v3.11.2 (Nov 24, 2023)
4+
5+
- Fixed navigationBar looking weird after entering message search function
6+
- Added `needRollbackNavigationBarSetting` property in `SBUBaseViewController`
7+
- Applied UIKit configuration to LimitedPhotoLibraryPicker
8+
39
### v3.11.1 (Nov 15, 2023)
410

511
- Improved stability

Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Base.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
// Configuration settings file format documentation can be found at:
1010
// https://help.apple.com/xcode/#/dev745c5c974
1111

12-
SBU_APP_VERSION = 3.11.1
13-
SBU_APP_BUNDLE_VERSION = 3.11.1
12+
SBU_APP_VERSION = 3.11.2
13+
SBU_APP_BUNDLE_VERSION = 3.11.2
1414
SENDBIRD_CHAT_SDK_VERSION = 4.12.2

Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Headers/SendbirdUIKit-Swift.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,6 +1522,12 @@ SWIFT_CLASS("_TtC13SendbirdUIKit21MessageTemplateParser")
15221522

15231523
SWIFT_CLASS("_TtC13SendbirdUIKit21SBUBaseViewController")
15241524
@interface SBUBaseViewController : UIViewController <UINavigationControllerDelegate>
1525+
/// This value is used to check if the properties of the navigationBar need to be initialized. The default value is <code>true</code>.
1526+
/// note:
1527+
/// If you are presenting a ViewController with the <code>modalPresentationStyle</code> set to <code>.fullScreen</code> within a Sendbird function, please set this value to <code>false</code> before presenting.
1528+
/// since:
1529+
/// 3.11.2
1530+
@property (nonatomic) BOOL needRollbackNavigationBarSetting;
15251531
- (void)loadView;
15261532
- (void)viewWillAppear:(BOOL)animated;
15271533
- (void)viewWillDisappear:(BOOL)animated;
-1 Bytes
Binary file not shown.

Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.abi.json

Lines changed: 1909 additions & 1807 deletions
Large diffs are not rendered by default.

Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.private.swiftinterface

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7049,6 +7049,7 @@ open class SBUCreateOpenChannelModule {
70497049
@objc deinit
70507050
}
70517051
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class SBUBaseViewController : UIKit.UIViewController, UIKit.UINavigationControllerDelegate, SendbirdUIKit.SBULoadingIndicatorProtocol {
7052+
@objc @_Concurrency.MainActor(unsafe) public var needRollbackNavigationBarSetting: Swift.Bool
70527053
@_Concurrency.MainActor(unsafe) @objc override dynamic open func loadView()
70537054
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
70547055
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
596 Bytes
Binary file not shown.

Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.swiftinterface

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7049,6 +7049,7 @@ open class SBUCreateOpenChannelModule {
70497049
@objc deinit
70507050
}
70517051
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class SBUBaseViewController : UIKit.UIViewController, UIKit.UINavigationControllerDelegate, SendbirdUIKit.SBULoadingIndicatorProtocol {
7052+
@objc @_Concurrency.MainActor(unsafe) public var needRollbackNavigationBarSetting: Swift.Bool
70527053
@_Concurrency.MainActor(unsafe) @objc override dynamic open func loadView()
70537054
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
70547055
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
312 Bytes
Binary file not shown.

Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.11.1</string>
16+
<string>3.11.2</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>

0 commit comments

Comments
 (0)