Commit b996770e authored by admin's avatar admin

修改bug

parent 4d4b6cc7
......@@ -83,7 +83,6 @@
- (void)didMoveToSuperview
{
_arrowImageView.transform = _taskGroup.isOpened ? CGAffineTransformMakeRotation(M_PI) : CGAffineTransformMakeRotation(0);
//_lineView.hidden = _taskGroup.isOpened ? YES : NO;
}
- (void)layoutSubviews
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment