It's $10. That's around what you pay for a text editor on iOS. This one has some very cool, different features.
Apple's been working on Xcode for years, give this one some time to catch up.
IB: I doubt re-implementing Interface Builder on iOS would be a good use of time. Probably better off using some good screen sharing software.
I wonder what breakpoints would even look like without different multitasking. I found a library [1] that allows you to send messages to the running app, maybe you could get something clever going on using URL schemes to swap between the "debugger" and the running app.
Apple's been working on Xcode for years, give this one some time to catch up.
IB: I doubt re-implementing Interface Builder on iOS would be a good use of time. Probably better off using some good screen sharing software.
I wonder what breakpoints would even look like without different multitasking. I found a library [1] that allows you to send messages to the running app, maybe you could get something clever going on using URL schemes to swap between the "debugger" and the running app.
1: https://github.com/Shopify/superdb