CoderMikeHe / WeChat

🔥 iOS 利用MVVM + RAC + ViewModel-Based Navigation来搭建微信(WeChat 7.0.0+)的整体基本架构,以及实现微信朋友圈、通讯录、下拉小程序、搜索等主要功能,代码规范惊为天人、注释详解令人发指、细节处理精益求精、核心功能配备文档、接近98%还原度的原生App视觉体验,代码不多,注释多。(持续更新,敬请期待,欢迎Star和Fork…)
https://github.com/CoderMikeHe/WeChat
MIT License
1.18k stars 260 forks source link

header view高度方法走两次的问题楼主解决了吗? #10

Closed sushushu closed 5 years ago

sushushu commented 5 years ago
/// 设置高度
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
    MHMomentItemViewModel *itemViewModel = self.viewModel.dataSource[section];
    /// 这里每次刷新都会走两次!!! Why???
    return itemViewModel.height;
}
CoderMikeHe commented 5 years ago

https://github.com/CoderMikeHe/WeChat/issues/9 具体先用这个调试一下。我有时间再看看

sushushu commented 5 years ago

谢谢楼主,居然不看旧issue就跑过来瞎问了,不好意思哈