Qiu
Qiu
Add `swipeMaxDistance` and `swipeFrictionEasing`, `swipeMaxDistance` to limit distance, `swipeFrictionEasing` to control friction effect. There is a problem that i have no idea how to deal with the side that has...
如题,只是一点简单的改动,现在这样软键盘弹出的时候列表就可以正常的上下滚动了 
针对状态栏的高度比较高且需要放在底部的情况,默认边距就显得十分的宽,需要能自定义padding,但是默认写死了systemBarsPadding在AnyPopDialog内部导致这个padding无法调节 |  |  | | --- | --- |
**Describe the bug** When a scrollable scroll arrives to the bound by wheel scrolling, it stops the scroll event. It makes the nested scroll can not work correctly. **Affected platforms**...
Hello, i'm implementing a function in [MPMediaItemArtwork](https://developer.apple.com/documentation/mediaplayer/mpmediaitemartwork?language=objc) ```objective-c - (instancetype) initWithBoundsSize:(CGSize) boundsSize requestHandler:(NSImage * (^)(CGSize size)) requestHandler; ``` There is a block parameter in the function, and i have no...