Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
很高兴它告诉我有这样一个属性我必须合成,但是有没有什么办法可以找出它是哪一个而没有通过文档?我正在实施UITextInput protocol并且无法弄清楚缺少什么。
UITextInput
protocol
您将必须明确地综合您通过遵守协议继承的所有属性。因此,只需将它们全部合成即可。