AdamWangXX

Results 6 comments of AdamWangXX
trafficstars

Sorry for my poor description. Here's a demo that I expected, a "smooth pixel" version(seem like 1x1 grid). The photo I posted above seems to have a bigger pixel point....

Same result as @RustyMoyher even with the `maxBitDepth` set to 16. Is there any way that I can turn off dithering?

![CleanShot 2022-08-14 at 17 02 51@2x](https://user-images.githubusercontent.com/5875393/184529981-0f61b233-50b0-4104-8d27-e2823054e4b6.png) 1. 在MonkeyDev中选中对应的Target; 2. 选择Target的 Build Settings; 3. 搜索 **Info.plist**; 4. 将选项**Generate Info.plist File** 改为 **NO**; 5. 重新编译,修复问题。 备注: 1. 这里的**Info.plist File**还是要填写成 **工程名/Info.plist**,比如目前工程名是xxx,这里就要写成xxx/Info.plist。否则的话安装的app会出现尺寸不正确,隐私权限读不到的问题。其实也就是没找到对应的Info.plist。

Finally, I solve this issue by myself , it's quite easy. App will crash at ``` objective-c [self.collectionView performBatchUpdates:^{ __strong typeof(self) strongSelf = weakSelf; if (strongSelf) { [strongSelf.collectionView deleteItemsAtIndexPaths:@[ previousIndexPath...

Try sudo gem install -n /usr/local/bin githug

> @adamwangxx it's the feature, If your long URL occupies more than 4 lines, it will become vertical to show more space to render the URL. Otherwise, it's horizontal mode....