Adding self-deprecating apology for utter lack of command of AppKit
This commit is contained in:
parent
c7af6d7397
commit
ea05359343
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@
|
||||||
return [self.nearbySpots count];
|
return [self.nearbySpots count];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// The following is what happens when a longtime iOS dev attempts to work with AppKit. I'm sure there's a _much_ better way to do this.
|
||||||
- (id)tableView:(NSTableView *)tableView objectValueForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {
|
- (id)tableView:(NSTableView *)tableView objectValueForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {
|
||||||
Spot *spot = [self.nearbySpots objectAtIndex:row];
|
Spot *spot = [self.nearbySpots objectAtIndex:row];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue