ewindso / ios-parse-titanium-module

iOS Parse.com Titanium Module
Other
83 stars 23 forks source link

Complete Docs? #15

Closed timtutt closed 11 years ago

timtutt commented 11 years ago

Great stuff here - been using it for a new app I'm building. Was looking for a way to fetch an object directly and found one in digging through the code - made me wonder if there is a full documentation list of every feature available through the module. You cover the core features in the index.md, but was looking for something more comprehensive if it exist just in case I'm missing something.

Thanks!

staticdreams commented 11 years ago

Hi, timtutt! Last time I gazed the source code more or less every usable function was documented.. You can always look at this file : ParseSingleton.h to see which methods are exposed

timtutt commented 11 years ago

That's what I ended up doing, was just more looking for examples on usage, but browsing the code works well enough for me.