Skip to content

Commit 6e046e3

Browse files
committed
修复iOS privacyNavTitleTextSize 字段对自定义协议隐私协议页面不生效的问题
1 parent 006dab5 commit 6e046e3

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 3.0.4
2+
+ 优化:修复iOS privacyNavTitleTextSize 字段对自定义协议隐私协议页面不生效的问题
13
## 3.0.3
24
+ 优化:修复bug
35
## 3.0.2

ios/Classes/JverifyPlugin.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@ - (void)setCustomUIWithUIConfig:(JVUIConfig *)uiconfig configArguments:(NSDictio
983983
NSAttributedString *privayAttr = [[NSAttributedString alloc]initWithString:privacyNavText attributes:privayNavTextAttr];
984984
uiconfig.agreementNavText = privayAttr;
985985
uiconfig.agreementNavTextColor = privacyNavTitleTextColor;
986+
uiconfig.agreementNavTextFont = [UIFont systemFontOfSize:[privacyNavTitleTextSize floatValue]];
986987

987988
NSString *privacyNavReturnBtnImage =[self getValue:config key:@"privacyNavReturnBtnImage"];
988989
if(privacyNavReturnBtnImage){

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jverify
22
description: JIGUANG Official Jverifycation SDK flutter plugin project.
3-
version: 3.0.3
3+
version: 3.0.4
44
homepage: https://www.jiguang.cn
55

66
environment:

0 commit comments

Comments
 (0)