Does a method signature include the return type?
When asked, “What is a method signature?”, most people hedge with “The method’s name and parameters… something like that.”
Read articleLANGUAGE · 51 ARTICLES
Continue through the latest Swift language articles.
All articles
When asked, “What is a method signature?”, most people hedge with “The method’s name and parameters… something like that.”
Read articleOverloading and overriding. Two concepts with names so similar you might wonder why they had to be.
Read articleClosures are everywhere in Swift code. But many developers still struggle to explain exactly what capture means, why [weak self] is used, and why @escaping is needed.
Read articleWhen you first study Objective-C, the id type can make you pause.
Read articleWhen developing with Swift, you eventually encounter a moment that makes you pause.
Read articleAnyone starting iOS development has wondered at least once: "Why did Apple create Swift from scratch instead of sticking with the Objective-C it was already using?"
Read articleIf you work on iOS development, there’s probably something you’ve wondered about at least once.
Read articleThere’s one thing that really confuses developers new to iOS.
Read articleWhen you start studying iOS development, there’s one language you’re bound to encounter: unfamiliar syntax filled with brackets and mysterious prefixes like NSString.
Read articleIt’s easy to feel confused when you first encounter Objective-C code after starting to study iOS.
Read articleWhen you first open Objective-C code, one thing immediately catches your eye.
Read articleWhen building an app with Swift, you may have caught an error with do-catch, only to find that the message displayed on screen was less than helpful.
Read article