CocoaDocs - Documentation for iOS Libraries
11–20 of 31 posts
Re: CocoaDocs - Documentation for iOS Libraries
#12Re: CocoaDocs - Documentation for iOS Libraries
#13That is great! Didn't know my lib is so well documented ;)
Re: CocoaDocs - Documentation for iOS Libraries
#14Hey guys & gals, I created cocoadocs to try and fill a gap in the iOS ecosystem. It's a site that acts similar to rubydocs in that it gets the latest cocoapods libraries and documents them using a custom flavour of appledoc. I'm planning on adding support for Xcode and Dash over the next few weeks to make it even easier to use!
Re: CocoaDocs - Documentation for iOS Libraries
#15Doesn't have anything on AvFoundation. That's kind of my litmus test.
AVFoundation is an apple library, which isn't on cocoapods meaning cocoadocs doesn't support it. Apple do their own documentation pretty well and I don't really see a need to duplicate that to be honest.
But if you're solving a find-ability the drop down list could either include those results or provide a redirect. This would just be an easy workflow thing.
Also, you're attempting to reflect the rubydocs ecosystem. An ecosystem which includes (core and stdlib) and gems. If you're reflecting that system accurately, you should include apple docs, and pods accordingly.
Just my two cents.
Re: CocoaDocs - Documentation for iOS Libraries
#16Earlier quoted context omitted.
AVFoundation is an apple library, which isn't on cocoapods meaning cocoadocs doesn't support it. Apple do their own documentation pretty well and I don't really see a need to duplicate that to be honest.
They do provide great docs. But if you're solving a find-ability the drop down list could either include those results or provide a redirect. This would just be an easy workflow thing. Also, you're attempting to reflect the rubydocs ecosystem. An ecosystem which includes (core and stdlib) and gems. If you're reflecting that system accurately, you should include apple docs, and pods accordingly. Just my two cents.
Re: CocoaDocs - Documentation for iOS Libraries
#17Hey guys & gals, I created cocoadocs to try and fill a gap in the iOS ecosystem. It's a site that acts similar to rubydocs in that it gets the latest cocoapods libraries and documents them using a custom flavour of appledoc. I'm planning on adding support for Xcode and Dash over the next few weeks to make it even easier to use!
Re: CocoaDocs - Documentation for iOS Libraries
#18Doesn't have anything on AvFoundation. That's kind of my litmus test.
Re: CocoaDocs - Documentation for iOS Libraries
#19On the subject of appledoc, are you using a custom template here? It seems to improve on the default one in a few places.
Re: CocoaDocs - Documentation for iOS Libraries
#20Doesn't have anything on AvFoundation. That's kind of my litmus test.
AVFoundation is an apple library, which isn't on cocoapods meaning cocoadocs doesn't support it. Apple do their own documentation pretty well and I don't really see a need to duplicate that to be honest.