Does anybody know if there is an implementation of the wikipedia api in objective c? which can be used to access and display the information a bit nicer then with the plain
I know the question is very old. But just for other ppl who are dealing with the same issue. I wrote a very small library which provides basic access to the Wikipedia API.
You can get it on github: https://github.com/prine/WikiApiObjectiveC
You can use the MediaWiki API to download the markup text.
Also, why not look at http://en.m.wikipedia.org/ ?