Skip to content

Commit

Permalink
Merge pull request #7783 from appcelerator/hansemannn-patch-1_5_2_X
Browse files Browse the repository at this point in the history
[TIMOB-16355] (5_2_X) Fix separatorInsets deprecation warning
  • Loading branch information
AngelkPetkov committed Feb 27, 2016
2 parents 532c5c1 + c710edc commit 177ec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/TiUITableView.m
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ -(void)scrollToIndex:(NSInteger)index position:(UITableViewScrollPosition)positi
-(void)setSeparatorInsets_:(id)arg
{
[self tableView];
DEPRECATED_REPLACED(@"UI.TableView.separatorInsets", @"6.0.0", @"UI.TableView.tableSeparatorInsets")
DEPRECATED_REPLACED(@"UI.TableView.separatorInsets", @"5.2.0", @"UI.TableView.tableSeparatorInsets")
[self setTableSeparatorInsets_:arg];
}

Expand Down

0 comments on commit 177ec69

Please sign in to comment.