Explore >> Select a destination


You are here

www.thecodedself.com
| | atomicbird.com
14.8 parsecs away

Travel
| | As I mentioned in my last post, last week I did a talk at iOSDevCamp DC where I talked about UIStackView, a relatively new UIKit class that's my new favorite thing in iOS development. I'm going to cover some of the more useful things UIStackView can do in posts here, which will fall more or less into two categories: Simplified and flexible UI design, making common UI patterns easier to implement and modify.
| | christianselig.com
15.6 parsecs away

Travel
| |
| | techblog.thescore.com
18.4 parsecs away

Travel
| | In this post we explore Fisticuffs, a library for iOS to easily bind data to your UI.
| | regulargeek.com
79.4 parsecs away

Travel
| It was another slow news day but there is still plenty of good reading. On Java Code Geeks, we get a good post on using TF-IDF in practice. This is one of the main indexing methods behind libraries like Lucene, so if you are interested in document searches or indexing in general, it is a...