Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
hhsdk.ios.demo.trtc
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chengyanfang
2020-11-17 11:06:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f1b98e35cde4bb886facbe49ee7ad980d85348bd
f1b98e35
1 parent
cf8181bd
init
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
HHMSDKDemo/SettingVC.swift
Podfile
HHMSDKDemo/SettingVC.swift
View file @
f1b98e3
...
...
@@ -78,7 +78,6 @@ class SettingVC : UIViewController {
(
"是否隐藏个人中心入口"
,
HHSDKOptions
.
default
.
mUserCenterOptions
.
hideUserCenter
,
true
),
(
"是否展示激活码入口"
,
HHSDKOptions
.
default
.
mUserCenterOptions
.
enableActivate
,
true
),
(
"是否展示档案库入口"
,
HHSDKOptions
.
default
.
mUserCenterOptions
.
enableMedical
,
true
),
(
"档案库是否可以添加成员"
,
HHSDKOptions
.
default
.
mUserCenterOptions
.
canAddMember
,
true
),
])
sections
.
append
(
userCenterSetting
)
...
...
@@ -234,9 +233,6 @@ extension SettingVC {
case
(
3
,
2
):
HHSDKOptions
.
default
.
mUserCenterOptions
.
enableMedical
=
isOpen
case
(
3
,
3
):
HHSDKOptions
.
default
.
mUserCenterOptions
.
canAddMember
=
isOpen
default
:
break
}
...
...
Podfile
View file @
f1b98e3
...
...
@@ -8,7 +8,7 @@ target 'HHMSDKDemo' do
project
'./HHMSDKDemo.xcodeproj'
pod
'SVProgressHUD'
pod
'SnapKit'
pod
'HHVDoctorSDK'
,
:git
=>
"http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git"
,
:branch
=>
'feature/medic'
pod
'HHVDoctorSDK'
,
:git
=>
"http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git"
end
...
...
Please
register
or
login
to post a comment