我在我的iOS应用程序中使用此代码进行潜望镜式评论(其中评论气泡从底部向上滑动):https://github.com/yoavlt/PeriscommentView这是真正使评论进出动画的代码:publicfuncaddCell(cell:PeriscommentCell){cell.frame=CGRect(origin:CGPoint(x:0,y:self.frame.height),size:cell.frame.size)visibleCells.append(cell)self.addSubview(cell)UIView.animateWithDuration(self.