Published inProgramming with SwiftSwiftUI Progress bar/indicatorOrginally published at ProgrammingWithSwiftNov 3, 20191Nov 3, 20191
Published inProgramming with SwiftSwiftUI Form tutorial for beginnersOriginally posted on ProgrammingWithSwiftOct 28, 20191Oct 28, 20191
Published inProgramming with SwiftGet Nth character in string with SwiftEasily get Nth character from string with Swift. In this post I will show you multiple ways to get the Nth character from a string with…Oct 20, 2019Oct 20, 2019
Published inProgramming with SwiftGet hours, minutes and seconds from Date with SwiftThis is something that I have had to do a few times, but I find that it is one of those things that I always forget how to do. So I…Oct 16, 2019Oct 16, 2019
Build a Compass app with SwiftUIBuilding this simple compass app took much longer than it should have. The actual SwiftUI code is around 100 lines, but even so, I…Oct 10, 20196Oct 10, 20196
Published inProgramming with SwiftCustom ViewModifier in SwiftUIIn today’s tutorial we will be learning about the ViewModifier protocol. In Apple's documentation they define a ViewModifier as follows:Sep 16, 2019Sep 16, 2019
Published inProgramming with SwiftMove List item with SwiftUILearn how to easily move an item in a list using SwiftUI.Aug 25, 2019Aug 25, 2019
Published inProgramming with SwiftDelete List item with SwiftUIThis is going to be a really quick tutorial because SwiftUI makes deleting a list item super simple.Aug 25, 2019Aug 25, 2019
Published inProgramming with SwiftCreate a Side menu with SwiftUIIn todays tutorial we will learn how to create a side menu using SwiftUI. I have never created a side menu with UIKit, so I thought it…Aug 10, 2019Aug 10, 2019