Commit e9909c55 authored by licong's avatar licong

导航栏Title字号改为16

parent ee7e6185
......@@ -14,7 +14,7 @@ PODS:
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- GMBase (0.0.7):
- GMBase (0.0.8):
- GMNetService (= 0.1.3)
- GMPhobos (= 0.2.9)
- GMRefresh (= 0.1.3)
......@@ -46,7 +46,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMBase: 167ff8ffc31d992f734d863abc2d93c74d6dce58
GMBase: 953c99e1b60605e60eaa7766550ae28345ec4e92
GMCache: a7b06a2d8a5a1c7cf023055c631ba9a0cd7c39fc
GMNetService: 2eb74ed62512078e9f00bc7006227a93c2acdf32
GMPhobos: c9a93b2bc8c977820b249c9c615204133358cc09
......
{
"name": "GMBase",
"version": "0.0.7",
"version": "0.0.8",
"summary": "更美iOS APP 的 Objective-C 基础Pod库",
"homepage": "http://git.gengmei.cc/gengmeiios/GMBase",
"license": "仅限北京更美互动信息科技有限公司内部使用",
......@@ -9,7 +9,7 @@
},
"source": {
"git": "http://git.gengmei.cc/gengmeiios/GMBase.git",
"tag": "0.0.7"
"tag": "0.0.8"
},
"platforms": {
"ios": "8.0"
......
......@@ -14,7 +14,7 @@ PODS:
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- GMBase (0.0.7):
- GMBase (0.0.8):
- GMNetService (= 0.1.3)
- GMPhobos (= 0.2.9)
- GMRefresh (= 0.1.3)
......@@ -46,7 +46,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMBase: 167ff8ffc31d992f734d863abc2d93c74d6dce58
GMBase: 953c99e1b60605e60eaa7766550ae28345ec4e92
GMCache: a7b06a2d8a5a1c7cf023055c631ba9a0cd7c39fc
GMNetService: 2eb74ed62512078e9f00bc7006227a93c2acdf32
GMPhobos: c9a93b2bc8c977820b249c9c615204133358cc09
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.7</string>
<string>0.0.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
......@@ -49,7 +49,7 @@
_titleLabel.textAlignment = NSTextAlignmentCenter;
_titleLabel.backgroundColor = [UIColor clearColor];
_titleLabel.textColor = [UIColor blackColor];
_titleLabel.font = [UIFont navigationFontWithSize:14];
_titleLabel.font = [UIFont navigationFontWithSize:16];
_leftButton = [OCNavigatioinBarButton buttonWithType:UIButtonTypeCustom];
_rightButton = [OCNavigatioinBarButton buttonWithType:UIButtonTypeCustom];
_nearRightButton = [OCNavigatioinBarButton buttonWithType:UIButtonTypeCustom];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment