feat:input align the affect to android

This commit is contained in:
pengfei.zhou
2020-05-06 15:11:57 +08:00
committed by osborn
parent 931c06393e
commit 112952d379
3 changed files with 125 additions and 66 deletions

View File

@@ -23,8 +23,11 @@
#import "DoricViewNode.h"
NS_ASSUME_NONNULL_BEGIN
@interface DoricInputView : UITextView
@property(nonatomic, strong) UILabel *placeholderLabel;
@end
@interface DoricInputNode : DoricViewNode<UITextView *>
@interface DoricInputNode : DoricViewNode<DoricInputView *>
@end