Skip to content
Sandesh S. Sardar

Sandesh S. Sardar

iOS (swift) / Web Developer

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

    Tag: SwiftUI

    How to use @State to see changes in same view

    May 15, 2022 by Sandesh S. Sardar

    Localisation

    http://www.dummies.com/programming/macintosh/how-to-localize-an-ios-app-in-swiftui/ String Interpolation If we have 1 value give “Key %lld” = “use %lld in any order” if we have 2 value give key “Key %@ %lld”… Read more “Localisation”

    July 3, 2021July 7, 2021 by Sandesh S. Sardar

    SwiftUI Coding standards

    SwiftUI coding standards If code is repetitive make subview to reuse code Repetitive code Common code (can provide default value too) Reuse code

    June 14, 2021June 14, 2021 by Sandesh S. Sardar

    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

    SwiftUI is available from iOS13. What is swift UI? Till now we were using UIKit to make design which is imperative way of doing design. But SwiftUI… Read more “SwiftUI Concepts”

    April 16, 2020June 29, 2021 by Sandesh S. Sardar

    How to pass / communicate data from one view to another using @Binding in SwiftUI?

    Even if we change value any view it will update in for both the view

    April 16, 2020May 23, 2022 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

    SignUp form using SwiftUI

    Find GitHub link for code https://github.com/sandesh271991/SignUpForm-SwiftUI  

    April 9, 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.
    • Follow Following
      • Sandesh S. Sardar
      • Already have a WordPress.com account? Log in now.
      • Sandesh S. Sardar
      • Customize
      • Follow Following
      • Sign up
      • Log in
      • Report this content
      • View site in Reader
      • Manage subscriptions
      • Collapse this bar
     

    Loading Comments...