Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
朱博文 committed Feb 25, 2022
1 parent 93216d4 commit 6fdd735
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 117 deletions.
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ source 'git@gitlab.91chengguo.com:component-iOS/specs.git'
source 'https://github.com/CocoaPods/Specs.git'

target 'ZBWUIKit' do
pod 'SDWebImage'
pod 'libwebp', '0.6.1'
# pod 'SDWebImage'
# pod 'libwebp', '0.6.1'
pod 'MJRefresh', '~> 3.1.12'
pod 'ZBWCategories', '~> 0.1.7'
pod 'ZBWUISignal'
pod 'Common-iOS', :path => "../Common-iOS"
# pod 'Common-iOS', :path => "../Common-iOS"
end

56 changes: 6 additions & 50 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,36 +1,8 @@
PODS:
- Common-iOS (0.0.1):
- libwebp (= 0.6.1)
- ZBWCategories
- ZBWMacroDefine/biz (~> 0.1.2)
- libwebp (0.6.1):
- libwebp/core (= 0.6.1)
- libwebp/dec (= 0.6.1)
- libwebp/demux (= 0.6.1)
- libwebp/dsp (= 0.6.1)
- libwebp/enc (= 0.6.1)
- libwebp/mux (= 0.6.1)
- libwebp/utils (= 0.6.1)
- libwebp/webp (= 0.6.1)
- libwebp/core (0.6.1):
- libwebp/webp
- libwebp/dec (0.6.1):
- libwebp/core
- libwebp/demux (0.6.1):
- libwebp/core
- libwebp/dsp (0.6.1):
- libwebp/core
- libwebp/enc (0.6.1):
- libwebp/core
- libwebp/mux (0.6.1):
- libwebp/core
- libwebp/utils (0.6.1):
- libwebp/core
- libwebp/webp (0.6.1)
- MJRefresh (3.1.17)
- SDWebImage (5.10.2):
- SDWebImage/Core (= 5.10.2)
- SDWebImage/Core (5.10.2)
- SDWebImage (5.12.1):
- SDWebImage/Core (= 5.12.1)
- SDWebImage/Core (5.12.1)
- ZBWCategories (0.1.7):
- SDWebImage
- "ZBWCategories/NSFoundation+ZBWCategory (= 0.1.7)"
Expand All @@ -47,44 +19,28 @@ PODS:
- SDWebImage
- ZBWJson
- ZBWJson (0.0.7)
- ZBWMacroDefine/biz (0.1.4):
- ZBWMacroDefine/common
- ZBWMacroDefine/common (0.1.4)
- ZBWUISignal (0.0.1)

DEPENDENCIES:
- Common-iOS (from `../Common-iOS`)
- libwebp (= 0.6.1)
- MJRefresh (~> 3.1.12)
- SDWebImage
- ZBWCategories (~> 0.1.7)
- ZBWUISignal

SPEC REPOS:
"git@gitlab.91chengguo.com:component-iOS/specs.git":
- ZBWMacroDefine
https://github.com/CocoaPods/Specs.git:
- libwebp
- MJRefresh
- SDWebImage
- ZBWCategories
- ZBWJson
- ZBWUISignal

EXTERNAL SOURCES:
Common-iOS:
:path: "../Common-iOS"

SPEC CHECKSUMS:
Common-iOS: 53107f5b82cf18d5f7a2a998b11ce66890053392
libwebp: 0f01098c6c17175391af621b2f14150f3ca16e16
MJRefresh: ee5b68f639775462faba4db0fd243baf4d42c2cf
SDWebImage: b969dcfc02c40a5da71eac0b03b8f1a0c794a86f
SDWebImage: 4dc3e42d9ec0c1028b960a33ac6b637bb432207b
ZBWCategories: 1b6c811d37cf02a4d83d36a4cc1913f87faf74fb
ZBWJson: ae7f2d44877ea347c48d6714bfc4704129adedd4
ZBWMacroDefine: 07e0c7200686f875e6ba2a98b8b94ca792536a7c
ZBWUISignal: 88ca740af822efc938d1d6f00e8c0970bea0f2bc

PODFILE CHECKSUM: ee9716c2ff5b0f75412fbdcdd4e477130b5bda03
PODFILE CHECKSUM: c6dc79dfd68a6392afce11a531998092695eac56

COCOAPODS: 1.8.3
COCOAPODS: 1.11.2
18 changes: 5 additions & 13 deletions ZBWUIKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
#

s.name = "ZBWUIKit"
s.version = "0.1.0"
s.version = "0.2.1"
s.summary = "A short description of ZBWUIKit."

# This description is used to generate tags and improve search results.
Expand All @@ -18,10 +18,10 @@ Pod::Spec.new do |s|
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
zbwuikit
响应链上获取指定的vc。标签控件、格网控件等等。
DESC

s.homepage = "http://EXAMPLE/ZBWUIKit"
s.homepage = "https://github.com/HangZhouShuChengKeJi/ZBWUIKit"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"


Expand All @@ -35,9 +35,9 @@ Pod::Spec.new do |s|
s.license = "BSD"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }

s.author = { "bwzhu" => "zhubw@taofen8.com" }
s.author = { "bwzhu" => "bowen.zhu@91chengguo.com" }

s.source = { :git => "git@gitlab.91chengguo.com:component-iOS/ZBWUIKit.git", :tag => "#{s.version}" }
s.source = { :git => "git@github.com:HangZhouShuChengKeJi/ZBWUIKit.git", :tag => "#{s.version}" }

s.platform = :ios, "7.0"

Expand All @@ -57,15 +57,10 @@ Pod::Spec.new do |s|
viewControllersSpec.source_files = "ZBWUIKit/ViewControllers/**/*.{h,m,mm}"
end

s.subspec 'Signal' do |signalSpec|
signalSpec.source_files = "ZBWUIKit/Signal/*.*","ZBWUIKit/Signal/**/*.{h,m,mm}"
end

s.subspec 'Category' do |categoryS|
categoryS.source_files = "ZBWUIKit/Category/*.*","ZBWUIKit/Category/**/*.{h,m,mm}"
end


# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Link your library with frameworks, or libraries. Libraries do not include
Expand All @@ -80,9 +75,6 @@ Pod::Spec.new do |s|

# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
s.dependency "ZBWCategories"
s.dependency "Common-iOS"
s.dependency 'SDWebImage'
s.dependency 'libwebp', '0.6.1'
s.dependency 'MJRefresh', '~> 3.1.12'
s.dependency 'ZBWUISignal'

Expand Down
30 changes: 18 additions & 12 deletions ZBWUIKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
8C113EC72249DDED00E26866 /* ZBWGridCellButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C113EA42249DDED00E26866 /* ZBWGridCellButton.m */; };
8C113EC82249DDED00E26866 /* ZBWGridCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C113EA62249DDED00E26866 /* ZBWGridCell.m */; };
8C113EC92249DDED00E26866 /* ZBWPageableGridView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C113EAA2249DDED00E26866 /* ZBWPageableGridView.m */; };
8C113ECA2249DDED00E26866 /* TagView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C113EAF2249DDED00E26866 /* TagView.m */; };
8C113ECB2249DDED00E26866 /* TagItemView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C113EB02249DDED00E26866 /* TagItemView.m */; };
8C113ECC2249DDED00E26866 /* UITableView+ZBWAddition.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C113EB32249DDED00E26866 /* UITableView+ZBWAddition.m */; };
8C113ECD2249DDED00E26866 /* ZBWPageControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C113EB42249DDED00E26866 /* ZBWPageControlView.m */; };
8C113ECE2249DDED00E26866 /* ZBWSegmentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C113EB92249DDED00E26866 /* ZBWSegmentViewController.m */; };
8CABC13F27C8D3830034CAE6 /* ZBWTagItemView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CABC13927C8D3830034CAE6 /* ZBWTagItemView.m */; };
8CABC14027C8D3830034CAE6 /* ZBWImageTagItemView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CABC13B27C8D3830034CAE6 /* ZBWImageTagItemView.m */; };
8CABC14127C8D3830034CAE6 /* ZBWTagView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CABC13D27C8D3830034CAE6 /* ZBWTagView.m */; };
FE67D7737D186214B56F81DA /* libPods-ZBWUIKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7036C14F00FAC0F54F3B0A2C /* libPods-ZBWUIKit.a */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -66,17 +67,19 @@
8C113EAB2249DDED00E26866 /* UIView+ZBWLoadingView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+ZBWLoadingView.h"; sourceTree = "<group>"; };
8C113EAC2249DDED00E26866 /* ZBWLoadingView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZBWLoadingView.h; sourceTree = "<group>"; };
8C113EAD2249DDED00E26866 /* ZBWBannerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZBWBannerView.h; sourceTree = "<group>"; };
8C113EAF2249DDED00E26866 /* TagView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TagView.m; sourceTree = "<group>"; };
8C113EB02249DDED00E26866 /* TagItemView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TagItemView.m; sourceTree = "<group>"; };
8C113EB12249DDED00E26866 /* TagView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TagView.h; sourceTree = "<group>"; };
8C113EB22249DDED00E26866 /* TagItemView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TagItemView.h; sourceTree = "<group>"; };
8C113EB32249DDED00E26866 /* UITableView+ZBWAddition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableView+ZBWAddition.m"; sourceTree = "<group>"; };
8C113EB42249DDED00E26866 /* ZBWPageControlView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZBWPageControlView.m; sourceTree = "<group>"; };
8C113EB52249DDED00E26866 /* ZBWPhoneNumTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZBWPhoneNumTextField.h; sourceTree = "<group>"; };
8C113EB62249DDED00E26866 /* ZBWSegmentView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZBWSegmentView.h; sourceTree = "<group>"; };
8C113EB72249DDED00E26866 /* ZBWUIKit-prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ZBWUIKit-prefix.pch"; sourceTree = "<group>"; };
8C113EB92249DDED00E26866 /* ZBWSegmentViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZBWSegmentViewController.m; sourceTree = "<group>"; };
8C113EBA2249DDED00E26866 /* ZBWSegmentViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZBWSegmentViewController.h; sourceTree = "<group>"; };
8CABC13927C8D3830034CAE6 /* ZBWTagItemView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZBWTagItemView.m; sourceTree = "<group>"; };
8CABC13A27C8D3830034CAE6 /* ZBWImageTagItemView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZBWImageTagItemView.h; sourceTree = "<group>"; };
8CABC13B27C8D3830034CAE6 /* ZBWImageTagItemView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZBWImageTagItemView.m; sourceTree = "<group>"; };
8CABC13C27C8D3830034CAE6 /* ZBWTagItemView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZBWTagItemView.h; sourceTree = "<group>"; };
8CABC13D27C8D3830034CAE6 /* ZBWTagView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZBWTagView.m; sourceTree = "<group>"; };
8CABC13E27C8D3830034CAE6 /* ZBWTagView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZBWTagView.h; sourceTree = "<group>"; };
F83E43037E3570B89FC96C59 /* Pods-ZBWUIKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZBWUIKit.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ZBWUIKit/Pods-ZBWUIKit.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -182,10 +185,12 @@
8C113EAE2249DDED00E26866 /* TagView */ = {
isa = PBXGroup;
children = (
8C113EAF2249DDED00E26866 /* TagView.m */,
8C113EB02249DDED00E26866 /* TagItemView.m */,
8C113EB12249DDED00E26866 /* TagView.h */,
8C113EB22249DDED00E26866 /* TagItemView.h */,
8CABC13A27C8D3830034CAE6 /* ZBWImageTagItemView.h */,
8CABC13B27C8D3830034CAE6 /* ZBWImageTagItemView.m */,
8CABC13C27C8D3830034CAE6 /* ZBWTagItemView.h */,
8CABC13927C8D3830034CAE6 /* ZBWTagItemView.m */,
8CABC13E27C8D3830034CAE6 /* ZBWTagView.h */,
8CABC13D27C8D3830034CAE6 /* ZBWTagView.m */,
);
path = TagView;
sourceTree = "<group>";
Expand Down Expand Up @@ -313,18 +318,19 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8CABC14027C8D3830034CAE6 /* ZBWImageTagItemView.m in Sources */,
8CABC14127C8D3830034CAE6 /* ZBWTagView.m in Sources */,
8C113EC42249DDED00E26866 /* ZBWSegmentView.m in Sources */,
8C113ECE2249DDED00E26866 /* ZBWSegmentViewController.m in Sources */,
8C113ECB2249DDED00E26866 /* TagItemView.m in Sources */,
8C113EC12249DDED00E26866 /* ZBWLoadingView.m in Sources */,
8C113EC62249DDED00E26866 /* ZBWGridView.m in Sources */,
8C113EC02249DDED00E26866 /* UIView+ZBWLoadingView.m in Sources */,
8C113ECC2249DDED00E26866 /* UITableView+ZBWAddition.m in Sources */,
8CABC13F27C8D3830034CAE6 /* ZBWTagItemView.m in Sources */,
8C113EC72249DDED00E26866 /* ZBWGridCellButton.m in Sources */,
8C113ECD2249DDED00E26866 /* ZBWPageControlView.m in Sources */,
8C113EC32249DDED00E26866 /* ZBWPhoneNumTextField.m in Sources */,
8C113EC92249DDED00E26866 /* ZBWPageableGridView.m in Sources */,
8C113ECA2249DDED00E26866 /* TagView.m in Sources */,
8C113EC22249DDED00E26866 /* ZBWBannerView.m in Sources */,
8C113EC82249DDED00E26866 /* ZBWGridCell.m in Sources */,
8C113EBB2249DDED00E26866 /* UIResponder+ZBWStack.m in Sources */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>ZBWUIKit.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>6</integer>
</dict>
</dict>
</dict>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion ZBWUIKit/CustomViews/GridView/ZBWPageableGridView.m
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ - (UIScrollView *)scrollView {
- (UIView *)pageView {
if (!_pageView) {
_pageView = [[UIView alloc] initWithFrame:CGRectMake(0, self.height - kZBWPageableGridView_PageViewHeight, self.width, kZBWPageableGridView_PageViewHeight)];
_pageView.backgroundColor = kZBW_Color_Clear;
_pageView.backgroundColor = [UIColor clearColor];

[_pageView addSubview:self.pageControlView];
}
Expand Down
18 changes: 9 additions & 9 deletions ZBWUIKit/CustomViews/TagView/ZBWImageTagItemView.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ @implementation ZBWImageTagItemView
- (instancetype)initWithIdentify:(NSString *)identify {
if (self = [super init]) {
self.padding = UIEdgeInsetsMake(5, 5, 5, 5);
self.selectedBgColor = kZBW_Color_Orange;
self.selectedTextColor = kZBW_Color_White;
self.selectedFont = kZBW_Font_Micro;
self.selectedBorderColor = kZBW_Color_Orange;
self.selectedBgColor = [UIColor orangeColor];
self.selectedTextColor = [UIColor whiteColor];
self.selectedFont = [UIFont systemFontOfSize:13];
self.selectedBorderColor = [UIColor orangeColor];

self.normalBgColor = kZBW_Color_White;
self.normalTextColor = kZBW_Color_Orange;
self.normalFont = kZBW_Font_Micro;
self.normalBorderColor = kZBW_Color_Orange;
self.normalBgColor = [UIColor whiteColor];
self.normalTextColor = [UIColor orangeColor];
self.normalFont = [UIFont systemFontOfSize:13];
self.normalBorderColor = [UIColor orangeColor];

objc_setAssociatedObject(self, ZBWTagItemView_Identify_Key, identify, OBJC_ASSOCIATION_COPY);
}
self.frame = CGRectMake(0, 0, kZBW_SCREEN_WIDTH, 40);
self.frame = CGRectMake(0, 0, [[UIScreen mainScreen] bounds].size.width, 40);
[self addSubview:self.imageView];
[self addSubview:self.titleLabel];

Expand Down
22 changes: 11 additions & 11 deletions ZBWUIKit/CustomViews/TagView/ZBWTagItemView.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ - (void)drawRect:(CGRect)rect {
CGContextMoveToPoint(context, 0, CGRectGetMaxY(rect));
CGContextAddLineToPoint(context, CGRectGetMaxX(rect), 0);
CGContextSetLineWidth(context, 1);
CGContextSetStrokeColorWithColor(context, kZBW_Color_White.CGColor);
CGContextSetStrokeColorWithColor(context, [UIColor whiteColor].CGColor);
CGContextStrokePath(context);
}

Expand All @@ -62,20 +62,20 @@ @implementation ZBWTagItemView
- (instancetype)initWithIdentify:(NSString *)identify {
if (self = [super init]) {
self.padding = UIEdgeInsetsMake(5, 5, 5, 5);
self.selectedBgColor = kZBW_Color_Orange;
self.selectedTextColor = kZBW_Color_White;
self.selectedFont = kZBW_Font_Micro;
self.selectedBorderColor = kZBW_Color_Orange;
self.selectedBgColor = [UIColor orangeColor];
self.selectedTextColor = [UIColor whiteColor];
self.selectedFont = [UIFont systemFontOfSize:13];
self.selectedBorderColor = [UIColor orangeColor];

self.normalBgColor = kZBW_Color_White;
self.normalTextColor = kZBW_Color_Orange;
self.normalFont = kZBW_Font_Micro;
self.normalBorderColor = kZBW_Color_Orange;
self.normalBgColor = [UIColor whiteColor];
self.normalTextColor = [UIColor orangeColor];
self.normalFont = [UIFont systemFontOfSize:13];
self.normalBorderColor = [UIColor orangeColor];

objc_setAssociatedObject(self, ZBWTagItemView_Identify_Key, identify, OBJC_ASSOCIATION_COPY);
}
[self addSubview:self.contentBtn];
self.frame = CGRectMake(0, 0, kZBW_SCREEN_WIDTH, 40);
self.frame = CGRectMake(0, 0, [[UIScreen mainScreen] bounds].size.width, 40);

self.style = _style;
// [self updateUI];
Expand Down Expand Up @@ -205,7 +205,7 @@ - (void)setIsEditing:(BOOL)isEditing {
- (CGSize)sizeThatFits:(CGSize)size {
// CGFloat height = [@"全" boundingRectWithSize:CGRectMake(0, 0, 100, 30).size options:NSStringDrawingUsesLineFragmentOrigin attributes:@{NSFontAttributeName : kZBW_Font_Small} context:nil].size.height;

CGSize aSize = [self.contentBtn sizeThatFits:CGSizeMake(kZBW_SCREEN_WIDTH, kZBW_SCREEN_HEIGHT)];
CGSize aSize = [self.contentBtn sizeThatFits:[[UIScreen mainScreen] bounds].size];
aSize.width += 10*2;
aSize.height += (self.padding.top + self.padding.bottom);
aSize.width += (self.padding.left + self.padding.right);
Expand Down
6 changes: 4 additions & 2 deletions ZBWUIKit/CustomViews/UIView+ZBWLoadingView.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

static const void *UIView$ZBWLVNSOperation_Key = &UIView$ZBWLVNSOperation_Key;

#define LV_DefaultOffsetY 50

@implementation UIView (ZBWLoadingView)

- (NSOperation *)zbwDelayOperation {
Expand Down Expand Up @@ -68,8 +70,8 @@ - (void)zbw_loadingWithTipStr:(NSString *)tipStr offsetY:(CGFloat)offsetY
self.zbw_lv_tipLabel = [[UILabel alloc] init];
self.zbw_lv_tipLabel.numberOfLines = 0;
self.zbw_lv_tipLabel.textAlignment = NSTextAlignmentCenter;
self.zbw_lv_tipLabel.font = kZBW_Font_Mid_2;
self.zbw_lv_tipLabel.textColor = kZBW_Color_White;
self.zbw_lv_tipLabel.font = [UIFont systemFontOfSize:16];
self.zbw_lv_tipLabel.textColor = [UIColor whiteColor];
self.zbw_lv_tipLabel.backgroundColor = [UIColor clearColor];
}
self.zbw_lv_tipLabel.text = tipStr;
Expand Down
Loading

0 comments on commit 6fdd735

Please sign in to comment.