iPhone Development Experiences
Sunday, July 20, 2014
Refactoring the table provider
›
As you recall, the last version of the table provider had a hardcoded cell provider: func tableView(tableView: UITableView !, cellForR...
Saturday, July 12, 2014
A simple table provider
›
For my next task I wanted to do a first cut at a simple table view. I personally have found that the having the TableViewDataSource and Tab...
Saturday, June 28, 2014
Version 2 of swift UI picker view
›
This version's Goals The previous iteration of the picker view was great, but only supported pure text. The next version supports usi...
1 comment:
Wednesday, June 18, 2014
Cannot downcast from 'AnyObject' to non-@objc protocol type
›
The next item I wished to do was to pass in an object to my picker and let it be a choice. I defined a simple object type of Die, which rep...
2 comments:
Monday, June 16, 2014
A first cut at a swift library to display a UIPickerView
›
Below is my first cut at creating a class that manages the data for a picker view. The standard examples have your view controller managing...
4 comments:
›
Home
View web version