Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMBase
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMBase
Commits
36061b5a
Commit
36061b5a
authored
Sep 13, 2018
by
jinzhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新OCNavgationBar margin
parent
d4dbb73d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
OCNavigationBar.m
GMBase/Classes/OCNavigationBar.m
+3
-1
No files found.
GMBase/Classes/OCNavigationBar.m
View file @
36061b5a
...
@@ -30,11 +30,13 @@
...
@@ -30,11 +30,13 @@
-
(
void
)
awakeFromNib
{
-
(
void
)
awakeFromNib
{
[
super
awakeFromNib
];
[
super
awakeFromNib
];
_buttonMargin
=
20
;
[
self
setup
];
[
self
setup
];
}
}
-
(
void
)
setup
{
-
(
void
)
setup
{
//设置一个初始值
_buttonMargin
=
20
;
self
.
clipsToBounds
=
NO
;
self
.
clipsToBounds
=
NO
;
self
.
backgroundColor
=
[
UIColor
whiteColor
];
self
.
backgroundColor
=
[
UIColor
whiteColor
];
[
self
addNavigationShadow
];
[
self
addNavigationShadow
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment