iOS, Objective-C, Swift, Programmatic layout, Xcode 10, Xcode 11 iOS - Creating Programmatic Layout without using Storyboard (Swift/Objective-C) There are two ways of creating layout on iOS. First, using readymade storyboard provided by Xcode when you create a new project. And second, by manually creating a UIViewController subclass and assigning it
Test plans, Xcode 11, UI Testing, Localization, Language, Spanish, French Testing in Xcode 11 - Utilizing Test Plans Today I am going to write about new testing improvements that Apple introduced as a part of Xcode 11 Beta 3 release. As a reference, this post is based off of this sessionApple