Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-11-04 14:18:06 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a9741df271cdb738b1059de8728d70db5688a726
a9741df2
1 parent
c3613713
possible fix for navigationBar bottom line
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/ViewControllerExtensions.swift
SwiftWarplyFramework/SwiftWarplyFramework/ViewControllerExtensions.swift
View file @
a9741df
...
...
@@ -82,6 +82,9 @@ extension UIViewController {
// self.navigationController?.navigationBar.hideBottomHairline()
self
.
navigationController
?
.
hideHairline
()
self
.
navigationController
?
.
navigationBar
.
setBackgroundImage
(
UIImage
(),
for
:
.
default
)
self
.
navigationController
?
.
navigationBar
.
shadowImage
=
UIImage
()
self
.
navigationController
?
.
navigationBar
.
layoutIfNeeded
()
}
...
...
Please
register
or
login
to post a comment