Zzq@bigDevil
Zzq@bigDevil
想实现语音阅读时部分文本字体背景颜色改变。
if(textView.isFirstResponder) { self.model.height = self.textView.textLayout.textBoundingSize.height ; UITableView *tableView = [self tableView]; [tableView beginUpdates]; [tableView endUpdates]; } 当多个cell存在,最底部cell键盘弹出并且输入时,YYtextview的container view不会变高 内容会向上滚而不是cell被撑高。  相同代码 使用系统的UITextView效果正常
if (!self.suspended) { NSInteger count = MIN([self.operations count], self.maxConcurrentRequestCount ?: INT_MAX); for (int i = 0; i < count; i++) { **//crash in here , cout > self.operations.count......NSRangeException** [(RQOperation *)self.operations[i]...
## Environment System: OS: macOS 14.1 CPU: (8) arm64 Apple M1 Pro Memory: 84.89 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 21.6.1 path: ~/.nvm/versions/node/v21.6.1/bin/node Yarn:...
### Description Our project uses the new ReactNative architecture. In the release environment, when the page contains both reanimted and modal, the modal display will be abnormal, and the sub-nodes...