问题描述
I want to set the delegate of an object inside a class method in Objective-C. Pseudo-code:
+ (ClassWithDelegate*) myStaticMethod {
if (myObject == nil) {
myObject = [[ClassWithDelegate alloc] init];
// myObject.delegate = ?
}
return myObject;
}
In Java I would simply create an anonymous class that implemented the delegate protocol. How can I do something similar in Objective-C?
Basically I would like to avoid creating a separate class (and files) to implement a simple delegate protocol.
There are currently no anonymous classes in Objective-C.
Often you can use an already existing object. For instance, for an NSTableViewDataSource, you can implement the methods in the document or view controller and pass that as the delegate.
Or you can have the object itself implement the protocol and make it its own delegate in the default case.
Or the methods that send the delegate messages can check for a nil delegate and do something sensible in that situation.
Or you can declare and define a class inside the implementation file you are creating the object that needs a delegate.
这篇关于Objective-C 等价于 Java 在类方法中的匿名类的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!


大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)