摘要: https://www.jianshu.com/p/ee4b2bd54d08 网上关于tableview嵌套tableview的文章很多,纵览很多后发现有两点没有满足需求 把两个tableview放在一个控制器中这样对大批量的数据处理不够友好 没有做到tableview互斥滚动(只有一个可以滚动) 阅读全文
posted @ 2019-03-16 18:49 sundaysios 阅读(517) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u013285730/article/details/50615551?utm_source=blogxgwz6 XZMRefresh The easiest way to use pull-to-The transverse refresh(非常易用的横 阅读全文
posted @ 2019-03-16 11:08 sundaysios 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Cpp代码 /** * 字段转换成json字符串 * * @param dict <#dict description#> * * @return <#return value description#> */ +(NSString *)dictToJsonStr:(NSDictionary *)d 阅读全文
posted @ 2019-03-16 09:39 sundaysios 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 方法一:实现UIScrollView的代理,然后实现下面这个方法 #pragma mark - UIScrollViewDelegate//预计出大概位置,经过精确定位获得准备位置- (void)scrollViewWillEndDragging:(UIScrollView *)scrollView 阅读全文
posted @ 2019-03-16 09:17 sundaysios 阅读(3186) 评论(0) 推荐(0) 编辑