Skip to content

Commit c0ccaf4

Browse files
author
Jaesung
committed
* Improved stability
1 parent 1ae37f4 commit c0ccaf4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1312
-1165
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### v1.2.9 (Dec 2, 2020)
4+
* Improved stability
5+
36
### v1.2.8 (Nov 26, 2020)
47
* Modified access level for delegate function
58
* Opened `imagePickerControllerDidCancel(_:)`

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>1.2.8</string>
16+
<string>1.2.9</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
1.29 MB
Binary file not shown.

SendBirdUIKit.framework/Assets.car

31.4 KB
Binary file not shown.

SendBirdUIKit.framework/Headers/SBUChannelViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ open class SBUChannelViewController: UIViewController, UINavigationControllerDel
293293
let constraint = self.spacer.widthAnchor.constraint(
294294
greaterThanOrEqualToConstant: self.view.bounds.width
295295
)
296-
constraint.isActive = true
297296
constraint.priority = .defaultLow
297+
constraint.isActive = true
298298

299299
self.tableView.translatesAutoresizingMaskIntoConstraints = false
300300
self.tableViewTopConstraint = self.tableView.topAnchor.constraint(

SendBirdUIKit.framework/Headers/SendBirdUIKit-Swift.h

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7)
3+
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
44
#pragma clang diagnostic push
55
#pragma clang diagnostic ignored "-Wgcc-compat"
66

@@ -84,6 +84,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
8484
#else
8585
# define SWIFT_NOESCAPE
8686
#endif
87+
#if __has_attribute(ns_consumed)
88+
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
89+
#else
90+
# define SWIFT_RELEASES_ARGUMENT
91+
#endif
8792
#if __has_attribute(warn_unused_result)
8893
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
8994
#else
@@ -427,6 +432,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUActionSheetItem")
427432
enum SBUMessageReceiptState : NSInteger;
428433
@class SBUMessageCellTheme;
429434

435+
IB_DESIGNABLE
430436
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
431437
@interface SBUBaseMessageCell : UITableViewCell
432438
@property (nonatomic, strong) SBDBaseMessage * _Nonnull message;
@@ -463,6 +469,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
463469
@class UILabel;
464470
@class SBDAdminMessage;
465471

472+
IB_DESIGNABLE
466473
SWIFT_CLASS("_TtC13SendBirdUIKit19SBUAdminMessageCell")
467474
@interface SBUAdminMessageCell : SBUBaseMessageCell
468475
@property (nonatomic, strong) UILabel * _Nonnull messageLabel;
@@ -1848,6 +1855,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12SBUEmptyView")
18481855

18491856

18501857

1858+
IB_DESIGNABLE
18511859
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUFileMessageCell")
18521860
@interface SBUFileMessageCell : SBUContentBaseMessageCell
18531861
@property (nonatomic, readonly, strong) SBDFileMessage * _Nullable fileMessage;
@@ -3249,6 +3257,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) SBUComponentTheme * _N
32493257
@end
32503258

32513259

3260+
IB_DESIGNABLE
32523261
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUUserMessageCell")
32533262
@interface SBUUserMessageCell : SBUContentBaseMessageCell
32543263
@property (nonatomic, strong) UIView * _Nonnull messageTextView;
@@ -3568,7 +3577,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12UserNameView")
35683577
#pragma clang diagnostic pop
35693578

35703579
#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__
3571-
// Generated by Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7)
3580+
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
35723581
#pragma clang diagnostic push
35733582
#pragma clang diagnostic ignored "-Wgcc-compat"
35743583

@@ -3652,6 +3661,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
36523661
#else
36533662
# define SWIFT_NOESCAPE
36543663
#endif
3664+
#if __has_attribute(ns_consumed)
3665+
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
3666+
#else
3667+
# define SWIFT_RELEASES_ARGUMENT
3668+
#endif
36553669
#if __has_attribute(warn_unused_result)
36563670
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
36573671
#else
@@ -3995,6 +4009,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUActionSheetItem")
39954009
enum SBUMessageReceiptState : NSInteger;
39964010
@class SBUMessageCellTheme;
39974011

4012+
IB_DESIGNABLE
39984013
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
39994014
@interface SBUBaseMessageCell : UITableViewCell
40004015
@property (nonatomic, strong) SBDBaseMessage * _Nonnull message;
@@ -4031,6 +4046,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
40314046
@class UILabel;
40324047
@class SBDAdminMessage;
40334048

4049+
IB_DESIGNABLE
40344050
SWIFT_CLASS("_TtC13SendBirdUIKit19SBUAdminMessageCell")
40354051
@interface SBUAdminMessageCell : SBUBaseMessageCell
40364052
@property (nonatomic, strong) UILabel * _Nonnull messageLabel;
@@ -5416,6 +5432,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12SBUEmptyView")
54165432

54175433

54185434

5435+
IB_DESIGNABLE
54195436
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUFileMessageCell")
54205437
@interface SBUFileMessageCell : SBUContentBaseMessageCell
54215438
@property (nonatomic, readonly, strong) SBDFileMessage * _Nullable fileMessage;
@@ -6817,6 +6834,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) SBUComponentTheme * _N
68176834
@end
68186835

68196836

6837+
IB_DESIGNABLE
68206838
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUUserMessageCell")
68216839
@interface SBUUserMessageCell : SBUContentBaseMessageCell
68226840
@property (nonatomic, strong) UIView * _Nonnull messageTextView;
@@ -7138,7 +7156,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12UserNameView")
71387156
#endif
71397157
#if 0
71407158
#elif defined(__x86_64__) && __x86_64__
7141-
// Generated by Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7)
7159+
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
71427160
#pragma clang diagnostic push
71437161
#pragma clang diagnostic ignored "-Wgcc-compat"
71447162

@@ -7222,6 +7240,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
72227240
#else
72237241
# define SWIFT_NOESCAPE
72247242
#endif
7243+
#if __has_attribute(ns_consumed)
7244+
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
7245+
#else
7246+
# define SWIFT_RELEASES_ARGUMENT
7247+
#endif
72257248
#if __has_attribute(warn_unused_result)
72267249
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
72277250
#else
@@ -7565,6 +7588,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUActionSheetItem")
75657588
enum SBUMessageReceiptState : NSInteger;
75667589
@class SBUMessageCellTheme;
75677590

7591+
IB_DESIGNABLE
75687592
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
75697593
@interface SBUBaseMessageCell : UITableViewCell
75707594
@property (nonatomic, strong) SBDBaseMessage * _Nonnull message;
@@ -7601,6 +7625,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
76017625
@class UILabel;
76027626
@class SBDAdminMessage;
76037627

7628+
IB_DESIGNABLE
76047629
SWIFT_CLASS("_TtC13SendBirdUIKit19SBUAdminMessageCell")
76057630
@interface SBUAdminMessageCell : SBUBaseMessageCell
76067631
@property (nonatomic, strong) UILabel * _Nonnull messageLabel;
@@ -8986,6 +9011,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12SBUEmptyView")
89869011

89879012

89889013

9014+
IB_DESIGNABLE
89899015
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUFileMessageCell")
89909016
@interface SBUFileMessageCell : SBUContentBaseMessageCell
89919017
@property (nonatomic, readonly, strong) SBDFileMessage * _Nullable fileMessage;
@@ -10387,6 +10413,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) SBUComponentTheme * _N
1038710413
@end
1038810414

1038910415

10416+
IB_DESIGNABLE
1039010417
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUUserMessageCell")
1039110418
@interface SBUUserMessageCell : SBUContentBaseMessageCell
1039210419
@property (nonatomic, strong) UIView * _Nonnull messageTextView;
@@ -10706,7 +10733,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12UserNameView")
1070610733
#pragma clang diagnostic pop
1070710734

1070810735
#elif defined(__i386__) && __i386__
10709-
// Generated by Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7)
10736+
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
1071010737
#pragma clang diagnostic push
1071110738
#pragma clang diagnostic ignored "-Wgcc-compat"
1071210739

@@ -10790,6 +10817,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
1079010817
#else
1079110818
# define SWIFT_NOESCAPE
1079210819
#endif
10820+
#if __has_attribute(ns_consumed)
10821+
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
10822+
#else
10823+
# define SWIFT_RELEASES_ARGUMENT
10824+
#endif
1079310825
#if __has_attribute(warn_unused_result)
1079410826
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
1079510827
#else
@@ -11133,6 +11165,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUActionSheetItem")
1113311165
enum SBUMessageReceiptState : NSInteger;
1113411166
@class SBUMessageCellTheme;
1113511167

11168+
IB_DESIGNABLE
1113611169
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
1113711170
@interface SBUBaseMessageCell : UITableViewCell
1113811171
@property (nonatomic, strong) SBDBaseMessage * _Nonnull message;
@@ -11169,6 +11202,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
1116911202
@class UILabel;
1117011203
@class SBDAdminMessage;
1117111204

11205+
IB_DESIGNABLE
1117211206
SWIFT_CLASS("_TtC13SendBirdUIKit19SBUAdminMessageCell")
1117311207
@interface SBUAdminMessageCell : SBUBaseMessageCell
1117411208
@property (nonatomic, strong) UILabel * _Nonnull messageLabel;
@@ -12554,6 +12588,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12SBUEmptyView")
1255412588

1255512589

1255612590

12591+
IB_DESIGNABLE
1255712592
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUFileMessageCell")
1255812593
@interface SBUFileMessageCell : SBUContentBaseMessageCell
1255912594
@property (nonatomic, readonly, strong) SBDFileMessage * _Nullable fileMessage;
@@ -13955,6 +13990,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) SBUComponentTheme * _N
1395513990
@end
1395613991

1395713992

13993+
IB_DESIGNABLE
1395813994
SWIFT_CLASS("_TtC13SendBirdUIKit18SBUUserMessageCell")
1395913995
@interface SBUUserMessageCell : SBUContentBaseMessageCell
1396013996
@property (nonatomic, strong) UIView * _Nonnull messageTextView;

SendBirdUIKit.framework/Info.plist

0 Bytes
Binary file not shown.
172 KB
Binary file not shown.
172 KB
Binary file not shown.
172 KB
Binary file not shown.

0 commit comments

Comments
 (0)