Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
YH_Explorer
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
孟顺
6 years ago
Commit
c6c2d8bebfa1203c82671a9d85ead2ff14ec06e9
1 parent
01098773
fix issue
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
YHExplorer/YHExplorerView.h
YHExplorer/YHExplorerView.m
YHExplorer/YHExplorerView.h
View file @
c6c2d8b
...
...
@@ -21,7 +21,7 @@
@property
(
nonatomic
)
BOOL
enableProgressBar
;
@property
(
weak
,
nonatomic
)
UIView
*
currentNaviBar
;
-
(
UI
View
*
)
webView
;
-
(
WKWeb
View
*
)
webView
;
-
(
instancetype
)
initWithFrame
:(
CGRect
)
frame
withNaviBar
:(
UIView
*
)
naviBar
;
/**
...
...
YHExplorer/YHExplorerView.m
View file @
c6c2d8b
...
...
@@ -131,7 +131,7 @@
return
_webViewController
;
}
-
(
UI
View
*
)
webView
-
(
WKWeb
View
*
)
webView
{
return
self
.
webViewController
.
webView
;
}
...
...
Please
register
or
login
to post a comment