Alan SilvaHow to setup an UIKit project without Storyboards.If you got here, you are probably working in an old codebase and want to refactor your code to start using view code as well as get rid of…Apr 24, 2023
Matheus HomrichDeveloping with ViewCode (Swift — UIKit), a brief tutorialLet's start from the beginning, what is ViewCode? Well, when you start an iOS Swift project in Xcode you are offered to choose between two…Aug 6, 20221
InBetter ProgrammingbyPedro AlvareziOS View Code: A Solution To Keep the Encapsulation of the PipelineDeclaring the data inside some computed propertiesDec 8, 20222Dec 8, 20222
Pedro AlvarezView Code em iOS —A control framework to eliminate interface buildersEvery new developer who starts learning iOS always see Xcode one of the most beautiful frameworks due to the fact that the first thing you…Apr 5, 2020Apr 5, 2020
Brenno de MouraUIKit: how to build more simplified views?A few months ago, the need to make the process of building views more simplified has increased.Sep 18, 20221Sep 18, 20221
Alan SilvaHow to setup an UIKit project without Storyboards.If you got here, you are probably working in an old codebase and want to refactor your code to start using view code as well as get rid of…Apr 24, 2023
Matheus HomrichDeveloping with ViewCode (Swift — UIKit), a brief tutorialLet's start from the beginning, what is ViewCode? Well, when you start an iOS Swift project in Xcode you are offered to choose between two…Aug 6, 20221
InBetter ProgrammingbyPedro AlvareziOS View Code: A Solution To Keep the Encapsulation of the PipelineDeclaring the data inside some computed propertiesDec 8, 20222
Pedro AlvarezView Code em iOS —A control framework to eliminate interface buildersEvery new developer who starts learning iOS always see Xcode one of the most beautiful frameworks due to the fact that the first thing you…Apr 5, 2020
Brenno de MouraUIKit: how to build more simplified views?A few months ago, the need to make the process of building views more simplified has increased.Sep 18, 20221
Rodrigo CavalcanteStoryboard no more. Crafting (coding) a custom UIViewApple introduced storyboards on iOS 5 and since then it helps a lot of developers to create beautiful apps and save a lot of time, right…Feb 15, 20173
Brenno de MouraImplementing iOS interfaces in viewcodeiOS apps that support UIKit need to be implemented using storyboard + xib to define the interface elements of a view controller. This…Aug 21, 20212