One of the things I like about Swift is the concise code, especially when it comes to working with closures. Take this example for instance:
Let’s say we’re trying to create a guitar using the make and model.
In iOS 8, if you might sometimes have a UITableViewCell whose detailTextLabel is invisible. If you’re experiencing this bug, you’re probably assigning a nil or empty string (“”) to the detailTextLabel of some other cell somewhere else in your…
I’ve been working a lot with junior iOS devs this week, and a common issue keeps coming up. They’ll add a UIView to the screen but, for whatever reason, it doesn’t display.
Apple announced a new language last week: Swift. Now that everyone’s had time to read the book and start playing with sample projects, a startling deficiency of the language has been uncovered. Swift makes no provision for access modifiers such as public…