Fdfe

You might also like

Download as odt, pdf, or txt
Download as odt, pdf, or txt
You are on page 1of 1

SwiftUI and Interface Builder make it easy to design your interface

• SwiftUI uses declarative Swift code that clearly describes your interface

• Design canvas graphically builds UI views using the library of controls and modifyers

• Preview SwiftUI code or UIKit interfaces in different screen sizes, orientations, and font sizes

• SwiftUI code is always in perfect sync with the graphical design canvas and previews

• Animations are built using simple commands that describe the action you want to see

Professional editor and debugger keep your code front and center

• Refactoring makes it easy to modify the structure of Swift, Objective-C, C, and C++ code

• Open Quickly instantly opens any file within your project

• Data tips and Quick Look can inspect a variable by hovering your mouse over code while debugging

You might also like