Git Product home page Git Product logo

swiftuimodifier's Introduction

SwiftUIModifier

关于SwiftUI中基础组件的修饰符的学习过程,每一本View都是一组式样。 由于这是我的学习过程,所以并没有做过多的式样导航

案例详细

在掘金上对每一组案例实操,以及一些语言的描述,旨在熟能生巧,对SwiftUI的基础组件更熟悉的目的。这组资料是来自Paul Hudso的Swift by Example,有兴趣的同学可以研究一下,地址:https://www.hackingwithswift.com/quick-start/swiftui/

基础篇部分已完结

如何运行更多的式样

为SwiftUI小白准备

比如我想运行FFImageVideo这个view, 你ContentView()替换为FFImageVideo()就可以了。

struct FFModifierApp: App {
    var body: some Scene {
        WindowGroup {
            //ContentView()
            FFImageVideo()
        }
    }
}

swiftuimodifier's People

Contributors

metabblv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.