~mike-mayo/openstack-ipad/trunk

« back to all changes in this revision

Viewing changes to Classes/ContainerViewController.m

  • Committer: Mike Mayo
  • Date: 2010-07-26 18:36:20 UTC
  • mfrom: (2.1.5 openstack-ipad)
  • Revision ID: mike.mayo@rackspace.com-20100726183620-j4l25sg9keytcm7y
merging deletes from Joseph Heck

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
        
326
326
        if (cell == nil) {
327
327
                cell = [[UISwitchCell alloc] initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:label delegate:self action:action value:value];
 
328
        [cell autorelease];
328
329
        }
329
330
    
330
331
    // handle orientation placement issues
363
364
        if (cell == nil) {
364
365
                //cell = [[SliderCell alloc] initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:label delegate:self action:action value:value];
365
366
        cell = [[SliderCell alloc] initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:label];
 
367
        [cell autorelease];
366
368
        }
367
369
    
368
370
    // handle orientation placement issues