Swiftify
Swiftify
Sobre Swiftify
Swiftify es una solución web diseñada para ayudar a los desarrolladores de iOS o MacOS a convertir proyectos de código fuente Objective-C a lenguaje Swift. Sus principales funciones incluyen migración de código, acceso remoto, conversiones offline, escaneo de caracteres y análisis léxico y sintáctico.
Swiftify ofrece una herramienta de conversor de proyectos, integrada con Xcode, que permite a los profesionales convertir archivos individuales o agruparlos a nivel del proyecto, así como agregar los archivos Swift generados recientemente a los archivos del proyecto. Los desarrolladores pueden usar las herramientas de formateado SwiftFormat y Swimat para modificar el formato, el espaciado y la selección de estilos de programación durante la conversión. También proporciona herramientas de depuración que ayudan a los usuarios a evitar errores de ejecución al verificar códigos y recibir mensajes de advertencia/errores.
Swiftify proporciona un complemento de AppCode que permite a los desarrolladores procesar y convertir simultáneamente pares de archivos .h y .m, así como actualizar archivos de proyectos de Xcode con su analizador integrado. La solución también ofrece integración con Mac Finder para combinar declaraciones, como variables o funciones, desde archivos de encabezado y fuente.
Imágenes
¿Tienes dudas sobre Swiftify?
Compara con una alternativa popular
Precio inicial
Opciones de precios
Funcionalidades
Integraciones
Facilidad de uso
Relación calidad-precio
Atención al cliente
Alternativas
Docker
Codenvy
JMANGO360
OutSystems
Opiniones
¿Ya tienes Swiftify?
¡Ayuda a los compradores de software! Las opiniones sobre los productos son útiles para que el resto de los usuarios podamos tomar las decisiones acertadas.
- Sector: Software informático
- Tamaño de la empresa: Trabajador autónomo
- Software usado Semanalmente durante 1-5 meses
-
Fuente de la opinión
Calificación general
- Relación calidad-precio
- Facilidad de uso
- Probabilidad de recomendación 10.0 /10
Facil de usar, Buena funcionalidad para sacarte de apuros
Revisado el 14/10/2020
Muy buena experiencia, voy incursionando en el mundo de iOS y el lenguaje swift por lo que me ha...
Muy buena experiencia, voy incursionando en el mundo de iOS y el lenguaje swift por lo que me ha sido de mucha utilidad, principalmente por que las clases principales de mi proyecto actual son en objetive-c combinadas con swift.
Puntos a favor
Es muy facil de usar, devuelve el resultado en cuestión de segundos, además que la interfaz es muy práctica y fácil en cuestión de lectura y escritura
Desventajas
De momento no tengo queja alguna del softaware ya que ha cumplido con mis expectativas según el uso que le doy.
- Sector: Software informático
- Tamaño de la empresa: 11-50 empleados
- Software usado Otro durante 6-12 meses
-
Fuente de la opinión
Calificación general
- Relación calidad-precio
- Facilidad de uso
- Asistencia al cliente
- Probabilidad de recomendación 10.0 /10
Extremely useful converter
Revisado el 3/7/2019
Puntos a favor
The quality of the conversion. No other company managed to create such a useful migrator for Swift.
Desventajas
Maybe the pricing. And the fact that Apple did not immediately buy this and integrated into Xcode...
- Sector: Servicios de información
- Tamaño de la empresa: Trabajador autónomo
- Software usado Otro durante Prueba gratis
-
Fuente de la opinión
Calificación general
- Relación calidad-precio
- Facilidad de uso
- Asistencia al cliente
- Probabilidad de recomendación 5.0 /10
Too expensive for individual users.
Revisado el 13/10/2020
I didn't get a good chance to use it, as the free trial only allowed conversion of very small...
I didn't get a good chance to use it, as the free trial only allowed conversion of very small files. The small files that were converted, had been converted fairly well.
Again, if the pricing model was more fair for individuals I would have purchased a licence/subscription for myself.
Consider offering an individual subscription/licence for this product. Paying per file is not a good model in 2020.
Puntos a favor
The software is probably the best objc to swift converter on the market by a long shot. However the pricing model is not very friendly for individual developers.
Desventajas
The sales model is not all that great.
The monthly price for a subscription was extremely expensive/out of reach for individual developers.
And their pay as you go model is not very scalable if you have lots of objective-c code to convert.
I suggest that there should be an individual subscription/licence available for single users. Maybe $15-20 bucks a month. Or hell, even a one time licence purchase of $100-200 or so would be great.
Respuesta de Swiftify
Thanks for your thorough feedback and suggestions!
We are still figuring out the best pricing model for the service, so I value your suggestions here.
- Sector: Software informático
- Tamaño de la empresa: Trabajador autónomo
- Software usado Otro durante 1-5 meses
-
Fuente de la opinión
Calificación general
- Relación calidad-precio
- Facilidad de uso
- Asistencia al cliente
- Probabilidad de recomendación 0.0 /10
Code is unusable
Revisado el 1/7/2019
This product did not save me anytime. I had to rewrite the code from scratch.
This product did not save me anytime. I had to rewrite the code from scratch.
Puntos a favor
It has an interesting concept and I thought I was going to save time. However the software is an EPIC fail. It maybe good for academics who are converting a small 15 line app from ObjC to Swift.
Desventajas
The software produced tons of dead code. Functions that aren't reachable, the comments dont exist. It was very frustrating to use. I had to rewrite it from scratch.
Respuesta de Swiftify
I appreciate your feedback.
While it is nearly impossible to automate the conversion from Objective-C to Swift by 100%, our tool was still designed to save your time.
We do realize that manual changes after the conversion are always required:
https://support.swiftify.com/hc/en-us/articles/360000110132
In some cases, even a small but unsupported Objective-C construct may ruin the entire converter output.
You are advised to report such issues on our GitHub Issue Tracker at https://github.com/Swiftify-Corp/Swiftify
See more on this here:
https://support.swiftify.com/hc/en-us/articles/360021028092
I am sorry that the tool was not helpful to you at all, but still feel free to send me a sample that does not produce good enough results so that we could review and improve our product.
- Sector: Software informático
- Tamaño de la empresa: 11-50 empleados
- Software usado Mensualmente durante Más de dos años
-
Fuente de la opinión
Calificación general
- Facilidad de uso
- Probabilidad de recomendación 10.0 /10
Regular occasional user
Revisado el 3/7/2019
I am generally transforming single functions or classes from a legacy project or code snippets from...
I am generally transforming single functions or classes from a legacy project or code snippets from Stack Overflow into current Swift.
Puntos a favor
Transforming this Obj-C code to Swift is both educational and time saving.
I will either use the converted code pretty much as is, or use it to lean how to do something before starting new code.
Desventajas
1. The resulting translation is sometimes very Objective-C like and not the best Swift-first implementation. That's to be expected.
2. The free conversion via the website is very restrictive in terms of character count. This can normally be overcome by breaking a function into fragments and converting them one at a time.
Preguntas frecuentes sobre Swiftify
He aquí algunas preguntas frecuentes sobre Swiftify.P. ¿Qué tipo de planes de precios ofrece Swiftify?
Swiftify ofrece los siguientes planes de precios:
- A partir de: 50,00 US$/una vez
- Modelo de precios: Versión gratuita
- Prueba gratis: Disponible
P. ¿Quiénes son los usuarios habituales de Swiftify?
Los clientes habituales de Swiftify son:
Trabajador autónomo, 2-10, 11-50, 51-200, 201-500, 501-1.000, 1.001-5.000
P. ¿Qué idiomas admite Swiftify?
Swiftify admite los siguientes idiomas:
inglés
P. ¿Swiftify es compatible con dispositivos móviles?
Swiftify admite los siguientes dispositivos:
P. ¿Con qué otras aplicaciones se integra Swiftify?
Swiftify se integra con las siguientes aplicaciones:
Stripe
P. ¿Qué tipo de asistencia ofrece Swiftify?
Swiftify ofrece las siguientes opciones de asistencia:
E-mail/Help Desk, Base de conocimientos, Asistencia telefónica, Chat
Categorías relacionadas
Ver todas las categorías de software encontradas para Swiftify.