فهرست منبع

避免每次viewDidAppear,聊天列表都滚动到底部,影响用户体验

zwp 5 ماه پیش
والد
کامیت
6520b02125
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      AIIM/Controller/chat/ChatController.m

+ 0 - 1
AIIM/Controller/chat/ChatController.m

@@ -286,7 +286,6 @@ static const CGFloat kQuoteViewHeight = 46.0f;
     [super viewDidAppear:animated];
     _titlelb.text = self.titlename;
     [self startTimer];
-    [self movetoBotton];
 //    NSLog(@"viewDidAppear-----:%@",self);
 }