Vitta

Results 18 comments of Vitta

> > 窗口越大展示的越多,不能滚到底 > > 你好,请问方便截个图吗?我测试了一下,目前没有重现这个问题。 我不太方便把数据截图发出来,之前刚发生过安全问题,抱歉。您可以找个很长的json 放进去,60+行,一个屏幕显示不完,滚动不到底

是的,格式化显示 json 那

``` locale: { name: 'zh', Now: '现在', weekdays: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'], months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'] }, ```...

@willc0de4food I used these: ``` - (void)scrollViewDidScroll:(UIScrollView *)scrollView { if ((self.pageControl.currentPage == (self.pageControl.numberOfPages - 1 )) && (fabs(scrollView.contentOffset.x - self.view.frame.size.width) / self.view.frame.size.width) > 0.15 ){ if (self.skipHandler) { self.skipHandler(); }...

这里更新比 gitee 勤点,这里会提供带中文字体的吗? 还有个问题,qq 上设置的是 常规的,显示的很粗 ![CleanShot 2022-08-24 at 15 57 05@2x](https://user-images.githubusercontent.com/15698129/186363645-5257f9cf-31be-4f72-9566-f7105ae6350c.png) ![CleanShot 2022-08-24 at 15 59 35@2x](https://user-images.githubusercontent.com/15698129/186363790-e9931023-1631-49d0-bc3a-36c170703646.png)

好的。 ![CleanShot 2022-08-24 at 16 10 28@2x](https://user-images.githubusercontent.com/15698129/186366119-f3b6d4ad-d7eb-4ee4-8a86-095f7ae2829b.png)

When will this be merged?

> : I'm very sorry I forgot how to fix this, probably by changing the source code