Results 13 issues of Jinxin

I have saw the usage there but it's too simple to understand how it works. can you provide some specific code? (have check the online example, but I want check...

swift4.0 版,播放完一次gif之后会像闪光灯一样闪烁1秒

目前这个只能用于Recorder,请教是否可以用在AVPlayer上呢?

I want to make a bootstrap modal resizable and draggable. somehow it won't work with react-rnd. https://stackblitz.com/edit/react-modal-rnd-2?file=rnd.js ``` export default class RND extends React.Component { constructor() { super(); this.state =...

I use the version 1.8.1 and below is my code: `- (UIView *)customViewForEmptyDataSet:(UIScrollView *)scrollView{ UIView * view = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 100, 100)]; view.backgroundColor = [UIColor redColor]; return view; }`...

if I want a div can be draggable and resizable at the same time. Can I do this ? : ``` Contents ```

Hello ,I know this kit not support cocoaPods. But my project is embed so many pods by cocoapods. So I tried drag the source file to my project directly ....

I don't see the import Wallet Demo in the Kit . dose it supported?

环境:Xcode9.2 ,Swift4.0 ,WMPageController 2.4.0 使用xib加载View 代码: ` class HomeVC_New: WMPageController override func viewDidLoad() { self.delegate = self self.dataSource = self self.menuViewStyle = .line self.titleSizeNormal = 14 self.titleSizeSelected = 16 self.titleColorNormal...

I found if I setting the 'visible' property to tooltip, then I can not close the tooltip by click other place in the page. is there a way to keep...