Hacker News new | ask | show | jobs
by holgersindbaek 4828 days ago
Nice idea, but it seems like the only kind of apps you can build are apps that takes stuff from the web and put it inside the app.

Well done that they have been able to build it though. How do you think they are porting the html/css code to Obj-C?

1 comments

It looks like from the video it just writes it all and you drop an info.plist file and a build folder (probably with classes and all images) into your project. It doesn't show it, but my guess is that you then change the initial VC in the AppDelegate file and you're on your way.