Skip to content

Commit

Permalink
Release RongCloud iFly Extension SDK 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RongRobot committed Dec 19, 2016
1 parent cd7d354 commit 1dfaa4e
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios-rongiflykit/RongiFlyKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.8.3</string>
<string>2.8.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,18 @@
*/
@property(nonatomic, weak) id<RCEmojiViewDelegate> delegate;


/*!
表情区域的大小
*/
@property(nonatomic, assign,readonly)CGSize contentViewSize;

/**
* init
*
* @param frame frame
* @param delegate 实现RCEmojiViewDelegate的实体
*/
- (instancetype)initWithFrame:(CGRect)frame delegate:(id<RCEmojiViewDelegate>)delegate;
/*!
加载表情Label
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,19 @@
inInputBar:(RCChatSessionInputBarControl *)inputBarControl;


/*!
是否需要显示表情加号按钮
@param inputBarControl 输入工具栏
*/
- (BOOL)isEmoticonAddButtonEnabled:(RCChatSessionInputBarControl *)inputBarControl;

/*!
是否需要显示表情设置按钮
@param inputBarControl 输入工具栏
*/
- (BOOL)isEmoticonSettingButtonEnabled:(RCChatSessionInputBarControl *)inputBarControl;
///*!
// 点击加号面板中按钮的回调
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,14 @@ __deprecated_msg("已废弃,请勿使用。");
*/
+ (void)openURLInSafariViewOrWebView:(NSString *)url base:(UIViewController *)viewController;


/**
检查url是否以http或https开头,如果不是,为其头部追加http://
@param url url
@return 以http或者https开头的url
*/
+ (NSString *)checkOrAppendHttpForUrl:(NSString *)url;

@end
Binary file modified ios-rongiflykit/framework/RongIMKit.framework/Info.plist
Binary file not shown.
Binary file modified ios-rongiflykit/framework/RongIMKit.framework/RongIMKit
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,10 @@
* 人工服务的评价选项,array的数据是RCEvaluateItem类型
*/
@property(nonatomic, strong) NSArray *humanEvaluateItems;

@property(nonatomic) int adminTipTime;
@property(nonatomic, strong) NSString *adminTipWord;

@property(nonatomic) int userTipTime;
@property(nonatomic, strong) NSString *userTipWord;
@end
Binary file modified ios-rongiflykit/framework/RongIMLib.framework/Info.plist
Binary file not shown.
Binary file modified ios-rongiflykit/framework/RongIMLib.framework/RongIMLib
Binary file not shown.

0 comments on commit 1dfaa4e

Please sign in to comment.