delegates
Delegate not working (Restkit related?)
I\'m just getting started with Objective C and Restkit I created a sample application and added the RKRequestDelegate in MyAppDelegate file[详细]
2023-04-04 00:37 分类:问答NSFetchResultController Delegate Error
I have a couple of UIViewControllers that show a table view of my \'User\' objects as the section, and \'Site\' objects as rows under each section. The Site to User relationship is one-to-many.[详细]
2023-04-03 23:05 分类:问答Calling the delegate of a delegate
I\'m working on an iPhone project where I\'v开发者_StackOverflow社区e inherited someone else\'s code. I have a situation where viewController A has a UIWebView and it is set as the delegate of that UI[详细]
2023-04-03 18:58 分类:问答Why isn't my custom delegate working?
I\'m trying to build a delegate to allow me to pass data form a child view controller to the parent. I\'ve been looking at various tutorials / questions online but my delegate method isn\'t being trig[详细]
2023-04-03 10:34 分类:问答Delegate reference itself
Is there a way for a delegate to reference itself? I\'m looking for a way to do this: delegate void Foo();[详细]
2023-04-03 10:24 分类:问答objective-c protocol delegates
I\'m understanding how delegates work, had gone trou开发者_C百科gh some examples, but now with a basic app for testing, it seems i haven\'t yet got it,[详细]
2023-04-03 08:57 分类:问答I am getting values from @protocol, but can't use in UITableViewController?
In addAlarm Controller, I am declaring an NSString as below, NSString *nameOfAlarm; // in .h @property (nonatomic, retain) NSString *nameOfAlarm; //in .h[详细]
2023-04-03 06:03 分类:问答How can I pass a void returning extension method to dynamic returning extension method?
I want to pass an extension method that returns void as a parameter to another extension method that returns dynamic.[详细]
2023-04-03 03:47 分类:问答differences between bound and unbound delegates in CLI/C++
Whats the difference between bound and unbound delegates? heres 开发者_如何学Gohow you create delegates of both types:[详细]
2023-04-03 02:58 分类:问答passing additional parameter to System.Action, C#
Well, I have a button in library that looks like following: public cla开发者_StackOverflowss Button{[详细]
2023-04-02 19:11 分类:问答