Results 27 issues of Huang-Libo

添加「关于 `kill()` 方法调用的解读」

When I click the back button on toolbar, I found that the previous page is not at the origin position, it seems reloaded and return to the top of the...

enhancement

Change ARCH from armv7 to arm64 in Makefile.

请问 UISearchController 中的 UISearchResultsUpdating 协议如何在 PYSearch 中实现的?我在源码里没有找到。

- Format article. - Correct the sample code of [sending-events-to-javascript](https://reactnative.dev/docs/native-modules-ios#sending-events-to-javascript).

CLA Signed

[YTKNetwork](https://github.com/yuantiku/YTKNetwork) 对缓存的处理还挺不错的, 可以参考参考. 关于你在 README 中提到的网络请求封装问题, 你可以借鉴下 YTKNetwork 的 command 设计模式, 这样即使用户需要再封装一层, 也会方便许多.

### 提出 Pull Request 前请先确认完成了下列几项步骤 New Pull Request Checklist * [X] 我已经阅读过 [贡献指南](CONTRIBUTING.md) I have read and understood the [CONTRIBUTING guide](CONTRIBUTING.md) * [X] 我已经阅读过 [程序文档]((http://cocoadocs.org/docsets/YTKNetwork)) I have read the [Documentation](http://cocoadocs.org/docsets/YTKNetwork)...

`- (DQKRowViewCell *)freezeWindowView:(DQKFreezeWindowView *)freezeWindowView cellAtRow:(NSInteger)row` 在横向滑动时,给的 row 的值怎么会是 -1 呢? 另外,`DQKRowViewCell *rowCell = [freezeWindowView dequeueReusableRowCellWithIdentifier:rowReuseId forRow:row];`为什么会数组越界:比如在 DQKFreezeWindowViewExample 中将 row 设置为10,则在`- (DQKRowViewCell *)freezeWindowView:(DQKFreezeWindowView *)freezeWindowView cellAtRow:(NSInteger)row`中应该拿到的是0 ~ 9,但实际打印可以得到的范围是 -1 ~ 10,这明显产生了数组越界问题。 补充,获取...

目前默认的初始化方法是: `- (instancetype)initWithFrame:(CGRect)frame FreezePoint: (CGPoint) freezePoint cellViewSize: (CGSize) cellViewSize` 是直接通过 frame 来创建的,我想问能否先 init,然后通过 masonry / Auto layout 来设置约束的方式来创建? 相关使用场景: 在一个 table view 的cell 中添加一个 DQKFreezeWindowView,需要通过设置 DQKFreezeWindowView 的约束来把 cell 撑起来,可以让 table...