Is there a Pattern design for iOS to consume data from a web-service?

Asked

Viewed 60 times

1

I’m looking for a Pattern design to help standardize the construction of an iOS app that consumes data from a web service.

They could say if it exists and the name of this development model?

1 answer

1


Short answer: No. Long answer: You have several ways to do this, there are two frameworks that help a lot in client vs server integration on iOS.

Both have a clean Pattern design but will not leave you plastered, IE, if you want to use your own Pattern but want to use these frameworks to abstract the heaviest networking work, you can do a good.

I particularly like the Nsurlsession, because it gives you enough flexibility to assemble your own interface with the server and leave it the way you want, without trying so hard.

  • Thank you! For what I have looked for there really is no model for it, since the elaboration goes according to how the Po will work.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.