提交 2ba2a1e7 编写于 作者: Y yixiang

fix https://github.com/didi/DoraemonKit/issues/231. 去掉对于UITextView+Placeholder的依赖

上级 9c56fecd
......@@ -71,7 +71,6 @@ Pod::Spec.new do |s|
s.dependency 'PNChart'
s.dependency 'BSBacktraceLogger'
s.dependency 'fishhook'
s.dependency 'UITextView+Placeholder'
end
......@@ -10,7 +10,6 @@
#import "DoraemonToastUtil.h"
#import "DoraemonDefine.h"
#import "Doraemoni18NUtil.h"
#import "UITextView+Placeholder.h"
#import "DoraemonDefaultWebViewController.h"
#import "DoraemonManager.h"
#import "DoraemonQRCodeViewController.h"
......@@ -58,7 +57,7 @@
_h5UrlTextView = [[UITextView alloc] initWithFrame:CGRectMake(0, self.bigTitleView.doraemon_bottom + kDoraemonSizeFrom750_Landscape(32), self.view.doraemon_width, kDoraemonSizeFrom750_Landscape(358))];
_h5UrlTextView.font = [UIFont systemFontOfSize:kDoraemonSizeFrom750_Landscape(32)];
_h5UrlTextView.placeholder = DoraemonLocalizedString(@"请输入网址");
//_h5UrlTextView.placeholder = DoraemonLocalizedString(@"请输入网址");
[self.view addSubview:_h5UrlTextView];
_h5UrlTextView.keyboardType = UIKeyboardTypeURL;
_h5UrlTextView.autocorrectionType = UITextAutocorrectionTypeNo;
......
......@@ -28,26 +28,22 @@ PODS:
- BSBacktraceLogger
- fishhook
- PNChart
- "UITextView+Placeholder"
- DoraemonKit/WithGPS (1.2.0):
- BSBacktraceLogger
- DoraemonKit/Core
- fishhook
- PNChart
- "UITextView+Placeholder"
- DoraemonKit/WithLoad (1.2.0):
- BSBacktraceLogger
- DoraemonKit/Core
- fishhook
- PNChart
- "UITextView+Placeholder"
- DoraemonKit/WithLogger (1.2.0):
- BSBacktraceLogger
- CocoaLumberjack
- DoraemonKit/Core
- fishhook
- PNChart
- "UITextView+Placeholder"
- fishhook (0.2)
- PNChart (0.8.9):
- UICountingLabel (~> 1.2.0)
......@@ -55,7 +51,6 @@ PODS:
- SDWebImage/Core (= 5.0.6)
- SDWebImage/Core (5.0.6)
- UICountingLabel (1.2.0)
- "UITextView+Placeholder (1.2.1)"
DEPENDENCIES:
- AFNetworking (= 2.6.3)
......@@ -74,7 +69,6 @@ SPEC REPOS:
- PNChart
- SDWebImage
- UICountingLabel
- "UITextView+Placeholder"
EXTERNAL SOURCES:
DoraemonKit:
......@@ -84,12 +78,11 @@ SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
BSBacktraceLogger: 06b983ee93a9f87d957960e9c73d660d5966b447
CocoaLumberjack: 2f44e60eb91c176d471fdba43b9e3eae6a721947
DoraemonKit: 800be28118fb88d57eadbded1222746d7c55cb8a
DoraemonKit: c2c989c6170c69871c6a8165e51bda8218dd4b97
fishhook: ea19933abfe8f2f52c55fd8b6e2718467d3ebc89
PNChart: 84774d225c2126ded6c93d4dbe6ae98c3a73c2d2
SDWebImage: 920f1a2ff1ca8296ad34f6e0510a1ef1d70ac965
UICountingLabel: 1db4e7d023e1762171eb226d6dff47a7a84f27aa
"UITextView+Placeholder": 0c3efd97f37ea64bde7f34cc6e90fe02e87b3909
PODFILE CHECKSUM: d747f8dae925396a2f5b00631d88a58656e30600
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册