Skip to content

Commit

Permalink
doc: update README.md 0713675
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 21, 2024
1 parent a534131 commit 1d26d0f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
5 changes: 2 additions & 3 deletions README.zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2 id="主要功能"><a aria-hidden="true" tabindex="-1" href="#主要功能" c
<h2 id="关于-swiftui"><a aria-hidden="true" tabindex="-1" href="#关于-swiftui" class="anchor"><span class="icon icon-link"></span></a>关于 SwiftUI</h2>
<p>SwiftUI 是苹果公司开发的一个创新、申明式的 UI 框架,用于在 iOS、macOS、watchOS 和 tvOS 上构建用户界面。它于 2019 年发布,目标是简化跨平台应用程序开发的过程。SwiftUI 使用 Swift 编程语言,允许开发者以申明式语法来描述用户界面的元素和布局。</p>
<h2 id="常见问题解答"><a aria-hidden="true" tabindex="-1" href="#常见问题解答" class="anchor"><span class="icon icon-link"></span></a>常见问题解答</h2>
<h2 id="适合什么样的人"><a aria-hidden="true" tabindex="-1" href="#适合什么样的人" class="anchor"><span class="icon icon-link"></span></a>适合什么样的人?</h2>
<h3 id="适合什么样的人"><a aria-hidden="true" tabindex="-1" href="#适合什么样的人" class="anchor"><span class="icon icon-link"></span></a>适合什么样的人?</h3>
<p>SwiftUI 适合各种水平的开发者,从初学者到有经验的专业人士,都可以从中受益。以下是一些可能特别适合学习和使用 SwiftUI 的不同群体:</p>
<ol>
<li><strong>新手开发者</strong>:SwiftUI 的申明式语法相比较传统的命令式编程更易学习,因为它更加直观,开发者只需描述 UI 应该呈现的样子,而不是如何实现。这使得初学者更容易上手,并快速看到成效。</li>
Expand All @@ -82,7 +82,7 @@ <h2 id="适合什么样的人"><a aria-hidden="true" tabindex="-1" href="#适合
<li><strong>想要提高生产力的专业人士</strong>:SwiftUI 的高效特性(如实时预览和申明式语法)可以显著提高开发速度,减少调试时间,使得专业开发者能够更快地发布产品。</li>
</ol>
<p>总之,SwiftUI 的设计理念和工具支持使它成为广泛受欢迎的框架,无论是对编程感兴趣的新手,还是希望提升开发效率和质量的经验丰富的专业人士,都能从中找到价值。</p>
<h2 id="可以用来做什么"><a aria-hidden="true" tabindex="-1" href="#可以用来做什么" class="anchor"><span class="icon icon-link"></span></a>可以用来做什么?</h2>
<h3 id="可以用来做什么"><a aria-hidden="true" tabindex="-1" href="#可以用来做什么" class="anchor"><span class="icon icon-link"></span></a>可以用来做什么?</h3>
<p>SwiftUI 可以用于开发各种类型的应用程序,适用于 Apple 的多个平台,包括 iOS、macOS、watchOS 和 tvOS。以下是一些可以利用 SwiftUI 开发的具体应用类型:</p>
<ol>
<li><strong>手机和平板应用</strong>:使用 SwiftUI,开发者可以为 iPhone 和 iPad 创建美观、响应灵敏的应用程序。无论是社交媒体应用、电子商务平台还是健康与健身追踪器,SwiftUI 都能提供所需的界面组件和动画。</li>
Expand All @@ -101,7 +101,6 @@ <h2 id="可以用来做什么"><a aria-hidden="true" tabindex="-1" href="#可以
<div class="footer warpper" style="max-width:720px;">
<a href="./terms-of-service.html" target="_blank">Terms of Service</a>
<a href="./privacy-policy.html" target="_blank">Privacy Policy</a>
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a>
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a>
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.31.0
</div>
Expand Down
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2 id="main-features"><a aria-hidden="true" tabindex="-1" href="#main-features"
<h2 id="about-swiftui"><a aria-hidden="true" tabindex="-1" href="#about-swiftui" class="anchor"><span class="icon icon-link"></span></a>About SwiftUI</h2>
<p>SwiftUI is an innovative, declarative UI framework developed by Apple for building interfaces across iOS, macOS, watchOS, and tvOS. Launched in 2019, its goal is to simplify the development of cross-platform applications. Using the Swift programming language, developers can describe the elements and layout of user interfaces declaratively.</p>
<h2 id="frequently-asked-questions"><a aria-hidden="true" tabindex="-1" href="#frequently-asked-questions" class="anchor"><span class="icon icon-link"></span></a>Frequently Asked Questions</h2>
<h2 id="who-is-it-for"><a aria-hidden="true" tabindex="-1" href="#who-is-it-for" class="anchor"><span class="icon icon-link"></span></a>Who is it for?</h2>
<h3 id="who-is-it-for"><a aria-hidden="true" tabindex="-1" href="#who-is-it-for" class="anchor"><span class="icon icon-link"></span></a>Who is it for?</h3>
<p>SwiftUI is suitable for developers of all levels, from beginners to experienced professionals, all of whom can benefit from it. Here are some groups that might find learning and using SwiftUI particularly advantageous:</p>
<ol>
<li><strong>Beginner Developers</strong>: SwiftUI's declarative syntax is easier to learn compared to traditional imperative programming because it's more intuitive. Developers just need to describe what the UI should look like, not how to implement it. This makes it easier for beginners to get started and see results quickly.</li>
Expand All @@ -82,7 +82,7 @@ <h2 id="who-is-it-for"><a aria-hidden="true" tabindex="-1" href="#who-is-it-for"
<li><strong>Professionals Looking to Increase Productivity</strong>: SwiftUI's efficient features, such as real-time previews and declarative syntax, can significantly speed up development time and reduce debugging, allowing professionals to release products faster.</li>
</ol>
<p>In summary, SwiftUI's design philosophy and tool support make it a widely popular framework, valuable to anyone interested in programming, whether they are beginners or experienced professionals looking to enhance development efficiency and quality.</p>
<h2 id="what-can-it-be-used-for"><a aria-hidden="true" tabindex="-1" href="#what-can-it-be-used-for" class="anchor"><span class="icon icon-link"></span></a>What can it be used for?</h2>
<h3 id="what-can-it-be-used-for"><a aria-hidden="true" tabindex="-1" href="#what-can-it-be-used-for" class="anchor"><span class="icon icon-link"></span></a>What can it be used for?</h3>
<p>SwiftUI can be used to develop a wide variety of applications for Apple's multiple platforms, including iOS, macOS, watchOS, and tvOS. Here are some specific types of applications that can be developed using SwiftUI:</p>
<ol>
<li><strong>Mobile and Tablet Applications</strong>: With SwiftUI, developers can create beautiful, responsive applications for iPhones and iPads. Whether it's social media apps, e-commerce platforms, or health and fitness trackers, SwiftUI provides all the necessary interface components and animations.</li>
Expand All @@ -101,7 +101,6 @@ <h2 id="what-can-it-be-used-for"><a aria-hidden="true" tabindex="-1" href="#what
<div class="footer warpper" style="max-width:720px;">
<a href="./terms-of-service.html" target="_blank">Terms of Service</a>
<a href="./privacy-policy.html" target="_blank">Privacy Policy</a>
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a>
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a>
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.31.0
</div>
Expand Down
1 change: 0 additions & 1 deletion privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ <h1 id="privacy-policy"><a aria-hidden="true" tabindex="-1" href="#privacy-polic
<div class="footer warpper" style="max-width:720px;">
<a href="./terms-of-service.html" target="_blank">Terms of Service</a>
<a href="./privacy-policy.html" target="_blank">Privacy Policy</a>
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a>
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a>
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.31.0
</div>
Expand Down
1 change: 0 additions & 1 deletion privacy-policy.zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ <h3 id="联系我们"><a aria-hidden="true" tabindex="-1" href="#联系我们" c
<div class="footer warpper" style="max-width:720px;">
<a href="./terms-of-service.html" target="_blank">Terms of Service</a>
<a href="./privacy-policy.html" target="_blank">Privacy Policy</a>
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a>
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a>
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.31.0
</div>
Expand Down
1 change: 0 additions & 1 deletion terms-of-service.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ <h3 id="6-contact-information"><a aria-hidden="true" tabindex="-1" href="#6-cont
<div class="footer warpper" style="max-width:720px;">
<a href="./terms-of-service.html" target="_blank">Terms of Service</a>
<a href="./privacy-policy.html" target="_blank">Privacy Policy</a>
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a>
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a>
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.31.0
</div>
Expand Down
1 change: 0 additions & 1 deletion terms-of-service.zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ <h3 id="6-联系方式"><a aria-hidden="true" tabindex="-1" href="#6-联系方
<div class="footer warpper" style="max-width:720px;">
<a href="./terms-of-service.html" target="_blank">Terms of Service</a>
<a href="./privacy-policy.html" target="_blank">Privacy Policy</a>
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a>
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a>
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.31.0
</div>
Expand Down

0 comments on commit 1d26d0f

Please sign in to comment.