Decode - Turn UI back to Code
macOS / developpeurs
► Conversion
- Converts UI files (files with extensions xib and storyboard) to Swift source code.
- While converting generates view hierarchy, layout constraints, trait collection variations.
- Depends on layout complexity, generated code can be ready to use or will need manual adjustments.
► App features
- Semantic syntax highlight for xib and storyboard files, based on UI element or property type.
- Automatic highlighting of Swift code, generated from selected UI element or property.
► Requirements
- Supported platforms for which UI files were designed: iOS, tvOS, macOS.
Note: The UI files, which were designed for watchOS platform, are not convertible to Swift source code by design.
► Feedback
Please give us feedback or submit issues, if any, using integrated bug reporter. This will help us to make application better.
Quoi de neuf dans la dernière version ?
- Added custom type support when specifying subclass of the `NSLayoutConstraint`.
- Fixes code generation issue due missed `frameLayoutGuide` and `contentLayoutGuide` properties of the `UIScrollView`.