Google News
logo
Swift - Interview Questions
What are Regular Expression and Responder Chain in Swift?
Regular Expression : Regular expressions are the special string patterns that specify how to perform a search through a string.
 
Responder Chain : Responder Chain is a hierarchy of objects that obtain the opportunity to respond to the events.
Advertisement