Bartek Wilczynski bio photo

Bartek Wilczynski

IT consultant and entrepreneur with over 10 years of experience in a variety of medium-size line of business applications, mostly in .NET technology.

Email Twitter LinkedIn Youtube

githubI got several requests to share a code to my tutorials so that folks can better understand what I blog about. I don't have any problems with that except the fact that some of my posts are based on the actual work that I do and I can't share all the stuff with you. I found some time recently to extract some of the code from my projects and I started sharing it on a github. The work is still in progress but I hope to add some more from time to time. In my professional career (.NET) I build few big libraries / frameworks that used to help me build more complex solutions easily but now I find this approach a bit awkward. A big library or a framework is all or nothing kind of thing which I don't like.

So instead I started to build small projects (modules) that are one purpose only. If you need something bigger, take few of them and include it in your project, want to keep them up to date - include it as git submodule and pull the updates directly from github. If you want to contribute - fork the project on a github and do send me a pull request.

So far I only managed to start and include a sample project (not complete yet) that I use to generate a settings-like interface. It has a much nicer API than raw UITableView and it allows you to rapidly build data-driven, table based applications.

Major release will presumably come in few weeks, but in the meantime you can get an early look on what is going on there:

  • ios-datatable is the first small library (I will blog about it in my next idevblogaday post)
  • ios-dataview is a sample project that is using ios-datatable and it includes a reference to it as a submodule.

Coming soon: