API for Wikipedia in Objective C?

后端 未结 2 1976
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-30 16:52

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

2条回答
  •  长发绾君心
    2020-12-30 17:31

    You can use the MediaWiki API to download the markup text.

    Also, why not look at http://en.m.wikipedia.org/ ?

提交回复
热议问题