One inconsistency I'm seeing: in tableView:cellForRowAtIndexPath:
you are calling -[StoreDetailFacilityCellView initWithFrame:reuseIdentifier:]
, which should be initWithStyle:reuseIdentifier:
.
Ole Begemann
2009-11-12 22:07:16