Description
The main idea of this project is to have an online tool to be able to visually add formatting to a text and get back a swift and/or objective-c code to reproduce that formating.
Transformer alternatives and similar libraries
Based on the "Reference" category.
Alternatively, view Transformer alternatives based on common mentions on social networks and blogs.
-
Awesome-ios
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects -
whats-new-in-swift-4
An Xcode playground showcasing the new features in Swift 4.0. -
Objective-C Cheat Sheet
A quick reference cheat sheet for common, high level topics in Objective-C. -
Swift Cheat Sheet
A quick reference cheat sheet for common, high level topics in Swift. -
SwiftSnippets
🍮 A collection of Swift snippets to be used in Xcode -
WWDC17-Recap
A collection of session summaries in markdown format, from WWDC 20, 19 & 17 -
App Store Checklist
Checklist before submitting to the App Store
Appwrite - The Open Source Firebase alternative introduces iOS support
Do you think we are missing an alternative of Transformer or a related project?
README
The main idea of this project is to have an online tool to be able to visually add formatting to a text and get back a swift
and/or objective-c
code to reproduce that formating.
Sample
[Static-Sample](images/sample.png)
Modules
To Do
Please if you feel like sending a PR you are more than welcome to do it! The way the app is built is pretty simple and if you need some help to get started feel free to get in touch with me!
- [x] Basic structure and design.
- [ ] Be able to drag and drop custom fonts to be used.
- [ ] Use numbers for text size instead of clases.
- [ ] Optimization of code generated when multiple lines with same format,
- [ ] Keep supporting more formats! Or even for Cocoa?
Usage
- Install dependencies:
npm install
- Start a server listening on localhost:3000 to preview the project:
npm start
- Compile
npm run-script build
- Test
npm test