UIStoryboardSegue considered harmful
Hi from the codebug, Today we will talk about UIStoryboardSegue but first a quick history lesson.Apple introduced UIStoryboardSegue in iOS 5. It was a great »
Hi from the codebug, Today we will talk about UIStoryboardSegue but first a quick history lesson.Apple introduced UIStoryboardSegue in iOS 5. It was a great »
It's a fresh new day, and the bug has no time to lose. Today's topic: The principles of OOP. When you ask someone what OOP is »
Hi CodeBugs, A long time ago we discovered that objective C blocks capture strong pointers to any object referenced inside their body. In order to avoid »
Hi Codebugs, Today we will speak about AnyObject and generics. What is AnyObject anyway? In simple terms, AnyObject is Swift's analogue to Objective-C's id. Consider two »
Hi CodeBugs, As Swift is now open-source the code bug follows swift mailing lists, so here is a piece of information you may have missed: Swift »