Published in SwiftUI Forum·Nov 6, 2020Expandable List In SwiftUIMake an Expandable table view using List — Make an Expandable table view using List Introduction In this tutorial, We’ll see how to create an Expandable List in SwiftUI. SwiftUI is an advanced user interface toolkit that lets us design apps in a declarative way. I am excited to start playing and coding with the new SwiftUI Framework. Please…Expandablelistview4 min read
Published in SwiftUI Forum·Sep 28, 2020Picker and Picker Style in SwiftUIPicker is a control in SwiftUI which allows you to select a value from a list of possible options. In order to properly use a Picker, you… — Picker is a control in SwiftUI which allows you to select a value from a list of possible options. In order to properly use a Picker, you need to back it with an array of possible options to choose from. Getting Started Picker behaves differently when we use it with VStack and…Pickerview3 min read
Published in SwiftUI Forum·Jun 23, 2020Rounded Corners with Gradient and BorderNowadays, as Mobile Applications covering the market. Clients are more focusing on the attractive UI features. Corners of UI play a good… — Nowadays, as Mobile Applications covering the market. Clients are more focusing on the attractive UI features. Corners of UI play a good role in making our UI attractive. Getting Started Let’s create a Shape as a protocol with a single required method. Create Radius & Corners variable in this structure.Borderwidth2 min read
Published in SwiftUI Forum·Jun 19, 2020Load Custom View in Scroll ViewThe scroll view displays its content within the scrollable content region. Scroll view allows us to scroll in both directions i.e… — The scroll view displays its content within the scrollable content region. Scroll view allows us to scroll in both directions i.e. Horizontally & Vertically. It automatically sizes itself to fit the content.Scrollview3 min read
Published in SwiftUI Forum·Jun 15, 2020Add, Delete & Save in Core Data in SwiftUIPerform the various operations in Core Data like Add, Delete & Save. — Perform the various operations in Core Data like Add, Delete & Save. Introduction In this tutorial, We’ll look at how to Add, Delete, and Save operations in Core Data SwiftUI. …Core Data5 min read
Published in SwiftUI Forum·Jun 12, 2020Multiple Gradients with ShapesSwiftUI gives us so many ways to add the gradient. A color gradient represented as an array of color stops, each having a parametric… — SwiftUI gives us so many ways to add the gradient. A color gradient represented as an array of color stops, each having a parametric location value. Getting Started Text with Linear Gradient. Text with Gradient and CornerRadius. Text with Gradient, CornerRadius & Shadow.Swiftui4 min read
Published in SwiftUI Forum·Jun 8, 2020HStack, VStack & ZStack in SwiftUIIntroduction — Introduction Stacks in SwiftUI is similar to the stack views in UIKit. You can create any complex UI by using HStack, VStack & ZStack. SwiftUI gives us easy way to build the UI as you no longer need to use Auto Layout. …Swiftui3 min read
Published in SwiftUI Forum·Jun 5, 2020Form in SwiftUIMake a Profile View with the help of a new UI element Form. — Make a Profile View with the help of a new UI element Form. Introduction Form is a container for grouping controls used for data entry, such as in settings or inspectors. Form can contain sections and will act as a container view. …Swiftui3 min read
Published in SwiftUI Forum·Jun 1, 2020List in SwiftUICreate a simple Dynamic List using HStack and VStack. — Create a simple Dynamic List using HStack and VStack. Introduction In this tutorial, We’ll look at how to create a Dynamic List in SwiftUI. SwiftUI is an advanced user interface toolkit that lets us design apps in a declarative way. …Swiftui4 min read
Published in Mobcoder LLC·May 14, 2020Alternate App IconsApple introduced a feature from iOS 10.3 changes, the ability to change the icon of the application. That would be useful in some cases: — Apple introduced a feature from iOS 10.3 changes, the ability to change the icon of the application. That would be useful in some cases: In a riding app when you major achieve a target. On festivals, you can change your app icons. On promotional days, you can change your app…2 min read