-2
votes
2answers
519 views

What are some good open source iOS components & libraries? [closed]

simply, would you suggest good sources of open source libraries/components for iOS Objective C projects? I've found a few but it seems they are somewhat elusive and spartan compared with other ...
3
votes
1answer
185 views

Should I open Source my iOS application?

I developed an iOS application as a student and I am currently distributing it for free in the app store. I have received a few enquires about adding features to the app including one person who would ...
0
votes
2answers
82 views

Guided Questioning iOS App

I'm making an iPad app that will display a few choices and based on your choice will display a series of questions with each question triggering a different set of questions. I was wondering if there ...
5
votes
5answers
386 views

The reason to make some code open source

I have a library that makes architecture to load data from server and display all controls in table layout. It works great but it have a lot of TODOs there. Also, this library in 99% created by me. I ...