Need a good way to share iPhone source code on the Web.
Posted
by CJCraft.com
on Stack Overflow
See other posts from Stack Overflow
or by CJCraft.com
Published on 2008-10-22T17:00:32Z
Indexed on
2010/03/24
11:33 UTC
Read the original article
Hit count: 238
Hi,
I'm looking for a way to share some iPhone SDK source code I have with others.
Goals: Share iPhone SDK source code, Objective C written in XCode.
I have a good bit of source code I want to share. I'd like for it to be easy. I'd like for it to have syntax highlighting, by this I mean coloring and formatting Ideally it would allow me some room to make it "fit" into my site. I want it to look like basically another page on my site where the content is the code. It shouldn't be just a text file in other words.
Here's an example where someone was able to do this for C#: http://www.opennetcf.com/library/sdf/
I guess what I want is the ability to create html documentation for all the classes, etc.
© Stack Overflow or respective owner