Monthly Archives: February 2013

Django Custom Decorators

Here is a short guide on using custom decorators in Django as I did not find one with a good explanation. A decorator is essentially a function that is wrapped around the original. They are defined in TWO slightly different … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

iOS Splitscreen Collection Views with Storyboard

A quick tutorial on how to embed two collection views into a single controller. It will look like the image below. It can be extended to use other types of views. Create a simple view application. In storyboard, Editor>Embed In>Navigation … Continue reading

Posted in Uncategorized | 2 Comments