Category: iOS Developer

  • Difference between Delegate and Notifications in iOS

    Delegates Notifications One-to-one communication One-to-many or many-to-many communication Customized behavior Broadcasting information/events Delegate object holds a reference Observing objects don’t need references Specific responsibilities/tasks Widely distributed information/events Tight coupling between objects Loose coupling between objects Object needs to know its delegate Posting object doesn’t know receivers Callbacks, data source protocols, event handling Application-wide event handling

  • Journey with Swift

    This is about my journey as a Swift developer and some of the points discussed here could be useful to anyone who want to re-invent themselves as a software developer or if they want start a career as a Software developer. Past experience I have been working in Software industry for years in wide range…