Delegates can refer to several concepts.
What is the general idea of a delegate in C++? What are they, how are they used and what are …
c++ delegates delegationI recently started digging into C# but I can't by my life figure out how delegates work when implementing the …
c# events delegates observer-patternClicking in a textfield makes the keyboard appear. How do I hide it when the user presses the return key?
ios objective-c cocoa-touch delegatesI have two UITableViewControllers and need to pass the value from the child view controller to the parent using a …
ios objective-c iphone delegatesweak references don't seem to work in Swift unless a protocol is declared as @objc, which I don't want in …
swift delegates swift-protocols