sunpengju

Results 3 issues of sunpengju

拖动进度条的时候,小圆点闪回原处,如果拖到视频未缓冲好的地方,播放画面延迟改变,建议改一下这里,体验不是很好

bug

the manifest is missing a Swift tools version specification; consider prepending to the manifest '// swift-tools-version:5.5.0' to specify the current Swift toolchain version as the lowest Swift version supported by...

`pod 'Tangram', '~> 2.1.5'` ``` - (instancetype)init { if (self = [super init]) { _layoutTypeMap = [[NSMutableDictionary alloc]init]; NSString *layoutMapPath = [[NSBundle mainBundle] pathForResource:@"TangramLayoutTypeMap" ofType:@"plist"]; [_layoutTypeMap addEntriesFromDictionary:[TangramDefaultLayoutFactory decodeTypeMap:[NSArray arrayWithContentsOfFile:layoutMapPath]]]; }...