Skip to content
Sandesh S. Sardar

Sandesh S. Sardar

iOS (swift) / Web Developer

  • iOS (Swift)
  • SwiftUI
  • Devops
  • Japanese
  • Europe
  • More

    Category: SwiftUI

    GeometryReader

    https://www.hackingwithswift.com/quick-start/swiftui/how-to-provide-relative-sizes-using-geometryreader GeometryReader to the Rescue What the Parent Wants When coding your custom view, you often do not need to worry about surroundings or sizing. For example,… Read more “GeometryReader”

    November 29, 2020November 30, 2020 by Sandesh S. Sardar

    SwiftUI Concepts

    What is @state? SwiftUI manages the storage of any property you declare as a state. When the state value changes, the view invalidates its appearance and recomputes… Read more “SwiftUI Concepts”

    April 16, 2020April 16, 2020 by Sandesh S. Sardar

    How to pass data from one view to another in SwiftUI?

    April 16, 2020April 16, 2020 by Sandesh S. Sardar

    What is @EnvironmentObject in SwiftUI?

    A dynamic view property that uses a bindable object supplied by an ancestor view to invalidate the current view whenever the bindable object changes.In practice the main… Read more “What is @EnvironmentObject in SwiftUI?”

    April 16, 2020April 16, 2020 by Sandesh S. Sardar

    SwiftUI Design Concepts

    Views: VStack : arrange views vertically HStack : arrange views horizontally ZStack : arrange views one on another Color.purple : will create view of purple color SF… Read more “SwiftUI Design Concepts”

    January 20, 2020April 16, 2020 by Sandesh S. Sardar
    Website Built with WordPress.com.
    Cancel