ObjC: required to optional
Posted
by Joschy
on Stack Overflow
See other posts from Stack Overflow
or by Joschy
Published on 2010-06-10T16:21:15Z
Indexed on
2010/06/10
16:22 UTC
Read the original article
Hit count: 162
objective-c
Hello Guys!
Situation: A protocol A implements a protocol B. B has some @optional
and some (@
)required
methods.
Question: Is it possible in protocol A to set a method from B to the opposite (opt. to reeq. and vv.)?
Cheers!
© Stack Overflow or respective owner