Results 6 comments of Jianrong

前一天下下来的最新版本;只有这一处地方试用;下拉刷新使用的 MJRefresh ,有一处使用到 KVO > NSKeyValueObservingOptions options = NSKeyValueObservingOptionNew | NSKeyValueObservingOptionOld; [self.scrollView addObserver:self forKeyPath:MJRefreshKeyPathContentOffset options:options context:nil]; [self.scrollView addObserver:self forKeyPath:MJRefreshKeyPathContentSize options:options context:nil]; self.pan = self.scrollView.panGestureRecognizer; [self.pan addObserver:self forKeyPath:MJRefreshKeyPathPanState options:options context:nil];

[Demo.zip](https://github.com/yulingtianxia/MessageThrottle/files/2309177/Demo.zip) 工程复现不了,不过这demo有点问题,主要看下所用到的工具吧,跟这个demo的差不多。

@yulingtianxia [log.txt](https://github.com/yulingtianxia/MessageThrottle/files/2331057/log.txt)

> 1)terminal input "sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/" > 2)input password > 3)try again not work for me. Xcode12.0

decode_mars_nocrypt_log_file对应的Python3的写法: ```python #!/usr/bin/python3 import sys import os import glob import struct import binascii import traceback import zlib MAGIC_NO_COMPRESS_START = 0x03 MAGIC_NO_COMPRESS_START1 = 0x06 MAGIC_NO_COMPRESS_NO_CRYPT_START = 0x08 MAGIC_COMPRESS_START = 0x04 MAGIC_COMPRESS_START1...

#include > ### What context is your feature request related to? > When compiling with Xcode 16, secp256k1.c prompts `Use of undeclared identifier 'uint'`. > > ### What solution would...