Friday, 23 August 2013

Native iOS app that contains post like Facebook website / app

Native iOS app that contains post like Facebook website / app

I know for sure this is a stupid question but I've realized after some
months developing an small app that really contains a web view, struggling
with some feature as a mixed of web / native views for adding a post or
notification banners, slide menus, etc, that I do not know how to migrate
web areas to a native view. I was thinking the natural way to do it were
adding a table view and data to table cells but right now I'm not pretty
sure about that. I'm adding an screenshot about how newsfeed page should
look like. As you can see it can contain an image (or not), some text and
some areas to add a comment (hidden while no clicked over "Comment"
button), likes and so on.
My main concern is about to move that layout to a native view and a
control that iterates n-times populating it with data from DB (JSON calls
are already made in web application making it easier).
Thanks a lot

No comments:

Post a Comment