Zzq@bigDevil

Results 5 issues of 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被撑高。 ![f51a97d7-0ab7-4a79-8f2b-80c04f068bc1](https://cloud.githubusercontent.com/assets/11554140/24344188/ece3cc88-12fc-11e7-9b11-64fe96963e74.png) 相同代码 使用系统的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:...

bug

### 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...

Platform: Android
Platform: iOS
Repro provided