DCCommentView icon indicating copy to clipboard operation
DCCommentView copied to clipboard

Not moving with keybord

Open gsabanti opened this issue 7 years ago • 1 comments

DCCommentView is not moving up when it is tapped.

Code: commentView = DCCommentView(scrollView: self.tableView, frame: self.view.bounds) self.view.addSubview(commentView) commentView.delegate = self commentView.charLimit = 255 self.commentView.tintColor = GSColor.main

gsabanti avatar Mar 05 '17 15:03 gsabanti

yeah I don't know why that is based off your code. Like I said in #2, I haven't looked or updated this code in years. That being said, I don't have any plans to look at this code in the near future, but a PR is welcomed if you find the cause. Best of luck!

daltoniam avatar Mar 29 '17 01:03 daltoniam