admaDIC App Development & IT Solutions
EN     DE

Dev & iOS

(Diese Seiten sind nur in Englisch verfügbar.)

SwiftUI Table Table

by Annett Schwarze | 2025-03-07

A Table in SwiftUI is used to present data in rows and columns. It provides features for sorting, selection and more.

To create a table insert a Table view and nested in there TableColumns.

 

[more ...]

Details...

SwiftUI NavigationSplitView NavigationSplitView

by Annett Schwarze | 2025-02-28

NavigationSplitViews can be used with two or three column layout. Selections are managed with NavigationLink(value:,label:) and navigationDestination(for:,destination:). The call to navigationDestination has to be placed in a superview of the NavigationLinks. The destination views of the navigation destinations will be inserted in the next-level container. This may be content or detail.

 

[more ...]

Details...

SwiftUI ColorPicker ColorPicker

by Annett Schwarze | 2025-02-21

A `ColorPicker` is a standard component to select a color. Use it by adding `ColorPicker` and give it a binding to a `Color` state.

 

[more ...]

Details...

SwiftUI Shapes SwiftUI Shapes

by Annett Schwarze | 2025-02-14

Using SwiftUI shapes is simple. Shapes can be added to views by just creating them with Circle(), Rectangle() or one of the others.

 

[more ...]

Details...

Basic SwiftUI Charts Basic SwiftUI Charts Screenshot

by Annett Schwarze | 2025-01-31

Creating a chart is very simple. There is a Chart view and that view has some marks like LineMark views.

 

[more ...]

Details...

www.admadic.de | webmaster@admadic.de | Impressum und Marken | Datenschutz
© 2005-2007 - admaDIC | Alle Rechte vorbehalten
Alle anderen Firmennamen oder Produktnamen sind Marken
und/oder eingetragene Marken ihrer jeweiligen Eigentümer.

Letzte Änderung: Sun Mar 9 13:08:27 2025 GMT