Frank
Frank
请将白名单黑名单和 CoreData 扩展的功能分功能 PR . 不要混在一起
@MuteQ Could you merge this PR?
plz accept this RIP annoyed warning above Xcode 12
Can you write some unit testcases for this new feature.
According to [HTTP Live Streaming - rfc8216](https://datatracker.ietf.org/doc/html/rfc8216) and [HTTP Live Streaming 2nd Edition - rfc8216bis-11](https://www.ietf.org/archive/id/draft-pantos-hls-rfc8216bis-11.txt), there is not any mentions about logo, which is used by IPTV. However, I found...
@KemalPajevic You can try this ```swift import LocalAuthentication func showBiometricsAuthentication() { let context = LAContext() var error: NSError? let policy: LAPolicy = .deviceOwnerAuthenticationWithBiometrics if context.canEvaluatePolicy(policy, error: &error) { context.evaluatePolicy(policy, localizedReason:...
@ZhangTonghai @SpectatorNan 作者什么事话说, 只知道早年生病了...最近好像又开始更新其他代码了..
#953 will fix it
> > 自问自答,可以在traitCollectionDidChange里面调用layer的setNeedDisplay来实现 > > 类BaseLabel:YYLabel { > > 覆盖函数traitCollectionDidChange(_ previousTraitCollection:UITraitCollection?){ > > super.traitCollectionDidChange(previousTraitCollection) > > layer.setNeedsDisplay() > > } > > } > > 你确定这个方法可以实现吗 我试了是不可以了 还是还什么地方适配尼 在这个方法中先判断, 然后重新渲染一遍...
#953 will fix it