Auto property synthesis will not synthesize property declared in protocol -- which one? [closed]

StackOverflow https://stackoverflow.com/questions/16355599

문제

It's nice that it tells that there is such a property that I have to synthesize, but is there any way I can figure out which one it is w/o going through the documentation? I'm implementing the UITextInput protocol and can't figure out what's missing.

도움이 되었습니까?

해결책

You will have to explicitly synthesize all properties you inherit through conforming to a protocol. So just synthesize them all.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top