Hello, I've started building a Swift (iOS) wrapper for the GET endpoints (still have 2-3 more to cover). Pull requests will be great appreciated. https://github.com/gkye/TheMovieDatabaseSwiftWrapper
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by gdeleon101
on April 5, 2016 at 5:29 AM
Exactly what does this wrapper do?
Reply by George Kye
on April 5, 2016 at 6:45 AM
It's supposed to make interaction with the API a lot easier (http requests, modeling and e.t.c are all covered for you), covers most of the GET endpoints provided by the api . Please see the wiki for examples on how to use it. https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/
Reply by gdeleon101
on April 7, 2016 at 10:46 PM
Got it. Works great. Now the question is, how do we get the printed content to display in the view, instead of the debug area?
Reply by George Kye
on April 7, 2016 at 11:32 PM
You can assign the values to UI objects like UILabel, UITextView and UIImageView. I'll will be converting the library to a framework soon with an added demo project. I'll let you know when its complete.
Reply by Korhan Sönmezsoy
on March 16, 2018 at 7:40 PM
Where is demo project?