Skip to content

Commit

Permalink
Merge pull request #8526 from hansemannn/TIMOB-16800
Browse files Browse the repository at this point in the history
[TIMOB-16800] iOS: Update default properties in rowData (parity)
  • Loading branch information
vijaysingh-axway committed Nov 2, 2016
2 parents c1cf9b3 + d7e2ac7 commit 5f4a852
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iphone/Classes/TiUITableViewRowProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ -(void)_destroy
-(void)_initWithProperties:(NSDictionary *)properties
{
[super _initWithProperties:properties];

[self initializeProperty:@"enabled" defaultValue:NUMBOOL(YES)];
[self initializeProperty:@"backgroundRepeat" defaultValue:NUMBOOL(NO)];

self.modelDelegate = self;
}

Expand Down

0 comments on commit 5f4a852

Please sign in to comment.