Skip to content

Commit cf8f294

Browse files
committed
fix node frame and update version to 2.6.4
1 parent 24d5130 commit cf8f294

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

VideoOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Pod::Spec.new do |s|
44

55
s.name = "VideoOS"
6-
s.version = "2.6.3"
6+
s.version = "2.6.4"
77
s.summary = "Official VideoPls SDK for iOS to access VideoPls Platform with features like video os, and live os"
88

99
s.description = <<-DESC

VideoPlsLuaViewManagerSDK/VideoPlsLuaViewManagerSDK/VideoPlsLuaViewManagerSDK/VPLua/Manager/VPLuaNodeController.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ - (void)turnActionWithFileName:(NSString *)fileName data:(NSDictionary *)paramet
302302
node.getUserInfoBlock = _getUserInfoBlock;
303303
node.luaController = self;
304304
node.luaFile = filePath;
305+
node.rootView.frame = _rootView.bounds;
305306

306307
if ([toLuaData objectForKey:@"priority"]) {
307308
node.priority = [[toLuaData objectForKey:@"priority"] integerValue];
@@ -324,6 +325,7 @@ - (void)turnActionWithFileName:(NSString *)fileName data:(NSDictionary *)paramet
324325
insertIndex -= 1;
325326
}
326327
}
328+
327329
[_rootView insertSubview:node.rootView atIndex:insertIndex];
328330
[_nodes addObject:node];
329331
}

VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/Common/Utils/VPUPGeneralInfo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#import "VPUPNotificationCenter.h"
1515
#import <sys/utsname.h>
1616

17-
NSString * const VideoPlsUtilsPlatformSDKVersion = @"2.6.3";
17+
NSString * const VideoPlsUtilsPlatformSDKVersion = @"2.6.4";
1818
NSString * const VPUPGeneralInfoSDKChangedNotification = @"VPUPGeneralInfoSDKChangedNotification";
1919

2020
static NSString *IDFA = nil;

0 commit comments

Comments
 (0)