DCCommentView icon indicating copy to clipboard operation
DCCommentView copied to clipboard

Text Area Showing under keypad Suggestion bar in iOS 11

Open UmerAfzal1 opened this issue 7 years ago • 0 comments

self.commentView = [[DCCommentView alloc] initWithScrollView:self.commentTblView frame:self.view.bounds]; self.commentView.delegate = self; //self.commentView.charLimit = 255; you can set this if you want a character limit self.commentView.tintColor = [UIColor redColor]; [self.view addSubview:self.commentView];

Text Area Showing under keypad Suggestion.

UmerAfzal1 avatar Jun 01 '18 05:06 UmerAfzal1