lixiang1994/AttributedString

Error

liyuemin7 opened this issue · 2 comments

Xcode 13
let attr : ASAttributedString = "("lee", .action(clicked))"

error:

Cannot infer contextual base in reference to member 'action'
Generic parameter 'T' could not be inferred

let attr : ASAttributedString = "("lee", .action(clicked))"

let attr : ASAttributedString = "("lee", .action(clicked))"