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
772cf88e
Commit
772cf88e
authored
Nov 02, 2018
by
乔金柱
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zx/base' into 'master'
修改navigationbar button的字号大小 See merge request
!10
parents
ed104ec5
1323ac85
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
GMListViewController.m
Example/GMBase/GMListViewController.m
+2
-2
Podfile.lock
Example/Podfile.lock
+2
-2
OCNavigationBar.m
GMBase/Classes/OCNavigationBar.m
+1
-1
No files found.
Example/GMBase/GMListViewController.m
View file @
772cf88e
...
...
@@ -28,9 +28,9 @@
dispatch_after
(
dispatch_time
(
DISPATCH_TIME_NOW
,
(
int64_t
)(
2
*
NSEC_PER_SEC
)),
dispatch_get_main_queue
(),
^
{
self
.
navigationBar
.
title
=
@"你好我是汪洋,我在更美工作,很开心,哈哈哈哈哈哈"
;
});
//
self.navigationBar.rightTitle = @"举报有奖";
self
.
navigationBar
.
rightTitle
=
@"举报有奖"
;
self
.
navigationBar
.
nearRightIcon
=
@"back"
;
self
.
navigationBar
.
rightIcon
=
@"back"
;
//
self.navigationBar.rightIcon = @"back";
_table
.
separatorStyle
=
UITableViewCellSeparatorStyleSingleLine
;
[
_table
registerClass
:[
UITableViewCell
class
]
forCellReuseIdentifier
:
@"cell"
];
...
...
Example/Podfile.lock
View file @
772cf88e
...
...
@@ -14,7 +14,7 @@ PODS:
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- GMBase (0.4.
6
):
- GMBase (0.4.
7
):
- GMHud
- GMJSONModel
- GMKit
...
...
@@ -103,7 +103,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMBase:
475c50eff77316bce4d1f9d7342771703ee0e1ad
GMBase:
30084faea71c10d0f5670625940895f86723703a
GMCache: b7d48432ee2469eb0c6c86c720a1958bd373187e
GMHud: 9cc3942fc9f215db55b134cbfd05a458b124a964
GMJSONModel: 5e81a98de668e9f93cf6ff77869f77b0d1a806be
...
...
GMBase/Classes/OCNavigationBar.m
View file @
772cf88e
...
...
@@ -96,7 +96,7 @@
UIColor
*
color
=
[
UIColor
colorWithhex
:
0x333333
];
[
button
setTitleColor
:
color
forState
:
UIControlStateNormal
];
button
.
hidden
=
YES
;
button
.
titleLabel
.
font
=
[
UIFont
navigationFontWithSize
:
1
4
];
button
.
titleLabel
.
font
=
[
UIFont
navigationFontWithSize
:
1
6
];
button
.
adaptiveWidth
=
40
;
}
...
...
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