Jump to content

SwiftUI: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
adding the reputable books on the topic from the AfD to a further reading section
Line 1: Line 1:
{{Short description|Software development environment}}
{{Short description|Software development environment}}


{{More citations needed|date=April 2008}}
{{Infobox software
{{Infobox software
| name = SwiftUI
| name = SwiftUI
Line 15: Line 14:
== References ==
== References ==
{{Reflist}}
{{Reflist}}

==Further reading==
{{Cite book |last=Lee |first=Wei-Meng |title=SwiftUI for dummies |date=2020 |publisher=Wiley |isbn=978-1-119-65270-0 |series=for dummies |location=Hoboken}}
{{Cite journal |last=Cahill |first=Bear |date=2021 |title=UI Design for iOS App Development |url=https://link.springer.com/book/10.1007/978-1-4842-6449-2 |journal=SpringerLink |language=en |doi=10.1007/978-1-4842-6449-2}}
{{Cite book |last=Barker |first=Chris |url=https://books.google.com/books?id=t1TbDwAAQBAJ&newbks=0 |title=Learn SwiftUI: An introductory guide to creating intuitive cross-platform user interfaces using Swift 5 |date=2020-04-03 |publisher=Packt Publishing Ltd |isbn=978-1-83921-087-7 |language=en}}


{{iOS}}
{{iOS}}

Revision as of 07:00, 3 June 2023

SwiftUI
Developer(s)Apple Inc.
Operating systemiOS, iPadOS, macOS, tvOS, watchOS
TypeSoftware framework
LicenseProprietary

SwiftUI is a development framework for building user interfaces for iOS, iPadOS, watchOS, tvOS and macOS, from Apple Inc. SwiftUI provides views, controls, and layout structures for declaring the app's user interface. The framework provides event handlers for delivering taps, gestures, and other types of input, and tools to manage the flow of data from the app's models down to the views and controls that users see and interact with.[1]

References

  1. ^ "SwiftUI". Apple Developer Documentation. Retrieved 2023-05-09.

Further reading

Lee, Wei-Meng (2020). SwiftUI for dummies. for dummies. Hoboken: Wiley. ISBN 978-1-119-65270-0. Cahill, Bear (2021). "UI Design for iOS App Development". SpringerLink. doi:10.1007/978-1-4842-6449-2. Barker, Chris (2020-04-03). Learn SwiftUI: An introductory guide to creating intuitive cross-platform user interfaces using Swift 5. Packt Publishing Ltd. ISBN 978-1-83921-087-7.