XCode Versions - Imtiaz211/interviews GitHub Wiki
Xcode 15
- Just add #Preview and it’s done for SwiftUI.
- To change the previewed device SwiftUI.
- previews now work on UIKit too.
- Conditional build conditions, Xcode will greyed out the unselected ones. #if DEBUG, #else.
- Auto “Enumed” Asset Catalog, When you add an image into the asset catalog, Xcode creates an enum value with the filename.
- All simulators are now optional to download, reducing Xcodes download size further
Xcode 14
- If you confirm Identifiable, it is able to initialised member wise and identify.
- Initialiser automatically init, like init()
- Boiled plat support
- Chart framework added.
- Method suggestion and auto populate is very smart.
- Automatically show collection sequence element with variable name, map,filter function.
- Auto Identation.
- Suggest to Import Liberary
- Classes and Struct Stick on Header view.
- SF Symbol
- App Icon automatically create different size as well.
- Device selection, it show recent section.
- Simulator Live preview with more buttons.