IBDecodable/IBGenerate
Storyboard code generator
This tool generates Swift code directly from your iOS storyboard files, which are visual layouts of your app's user interface. It takes your storyboard files as input and outputs Swift code containing structures for easily instantiating view controllers and enumerations for managing segues and named colors. iOS app developers use this to make their code safer and more readable.
No commits in the last 6 months.
Use this if you are an iOS developer who wants to eliminate hardcoded string identifiers for segues, storyboards, and named colors in your Swift code, making it less prone to errors and easier to maintain.
Not ideal if you are developing for macOS, as this tool is specifically designed for iOS storyboards and does not currently support other Apple platforms.
Stars
9
Forks
—
Language
Swift
License
MIT
Category
Last pushed
Aug 25, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/IBDecodable/IBGenerate"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SwiftyLab/MetaCodable
Supercharge Swift's Codable implementations with macros meta-programming.
WendellXY/CodableKit
A Swift macro package designed to simplify the use of Swift's Codable protocol by allowing easy...
DanielMSchmidt/objective-c-parser
Get the JSON representation of an Objective-C header file
yonaskolb/SwagGen
OpenAPI/Swagger 3.0 Parser and Swift code generator
Lighter-swift/Lighter
Swift APIs for SQLite: Type-safe down to the schema. Very, very, fast. Dependency free.