zhaoyunyi

Results 6 comments of zhaoyunyi

Hi how can I assign same width to all tags

自动滚动的时候,快速点击,确实会有这样的问题

@ArslanYounis I'm facing the same problem. I'm just run the app in the local

static func safeRemove(key: String, object: AnyObject) { notificationQueue.async(flags: .barrier) { if var set = observersDic[key] as? WeakObjectSet { set.remove(object) / / 这句话崩溃 observersDic[key] = set } } }