Recent activity

8 days ago

danielctull created DTNibHook
8 days ago

10 days ago

danielctull committed 474c878d6258 to DTNibHook
Renamed the test view controller and added some detail to the app delegate to explain slightly what's going on.
10 days ago
danielctull committed c0ba5767e5ef to DTNibHook
Fixes more memory leaks.
10 days ago
danielctull committed e51082d689d2 to DTNibHook
Don't need to retain these properties (or we need to release on dealloc).
10 days ago
danielctull committed 7e4eeae4ba7f to DTNibHook
Release the view held by the nib hook.
10 days ago
danielctull committed c989db73b881 to DTNibHook
Fixed memory leak.
10 days ago
danielctull committed d54b8b1adc4a to DTNibHook
Added a table view with the cell laid out in IB and DTNibHook to link it to code.
10 days ago
danielctull committed 68fa8598f34a to DTNibHook
Setting the tag of the main view, and check to make sure that when initialising with a view, it is one that has been created ...
10 days ago
danielctull committed 687ee6597d73 to DTNibHook
Added a button to the test.
10 days ago
danielctull committed 7656c4b30d38 to DTNibHook
Initial commit.
10 days ago

12 days ago

danielctull committed 87a65d811b70 to DTGridView
Logs the cell when the test is clicked.
12 days ago
danielctull committed 76d5e3f17f35 to DTGridView
Added a method to retrieve an onscreen cell for the index given positions.
12 days ago

Repositories

 danielctull / DTGridView (created 6 weeks ago)

A two-dimensional scrolling view component for the iPhone, heavily inspired by UITableView.

 danielctull / DTKit (created 8 months ago)

A collection of components developed for the iPhone. Most should all work on the iPhone OS 2.0, even if the project is set to build for 3.0. No private Apple APIs were used in the making of DTKit.

 danielctull / DTMusicModel (created 7 months ago)

A Core Data based framework for quickly accessing the music information in MediaPlayer. It requires the data to be imported, which takes about 1 minute 45 seconds for 2000 songs on an iPhone 3G. Once created, accessing is near instant. No private Apple APIs were used in the making of DTMusicModel.

 danielctull / DTNibHook (created 8 days ago)

A NibHook loads a view from a nib linking the outlet properties as usual. It then reassigns the tag for those views to the position of the property name when ordered. This allows another instance to hook that view to those same properties. Useful when reusing UITableViewCells, without having to create code especially for the cells.

 danielctull / SpringBack (created 7 weeks ago)

A small cocoa framework for resurrecting an object graph, specifically designed with a view controller structure on the iPhone.