Skip to content

Commit

Permalink
Merge pull request #4131 from srahim/timob-13479-3_1_X
Browse files Browse the repository at this point in the history
[TIMOB-13479] (3_1_X)iOS: ListView: ListViewCellSelectionStyle is undefined
  • Loading branch information
vishalduggal committed Apr 9, 2013
2 parents dbcc5b5 + 0cbc410 commit c29bb12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iphone/Classes/TiUIiPhoneProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ -(TiProxy*)methodName \
DEFINE_SUBPROXY_AS(ListViewStyle,TableViewStyle, listViewStyle);
#endif
#ifdef USE_TI_UIIPHONELISTVIEWSCROLLPOSITION
DEFINE_SUBPROXY_AS(ListViewScrollPosition, TableViewScrollPosition,listViewScrollPosition);
DEFINE_SUBPROXY_AS(ListViewScrollPosition, TableViewScrollPosition, listViewScrollPosition);
#endif
#ifdef USE_TI_UIIPHONELISTVIEWCELLSELECTIONSTYLE
DEFINE_SUBPROXY_AS(ListViewCellSelectionStyle, TableViewCellSelectionStyle,tableViewCellSelectionStyle);
DEFINE_SUBPROXY_AS(ListViewCellSelectionStyle, TableViewCellSelectionStyle, listViewCellSelectionStyle);
#endif

#define RESPONDS_TO_3_2_STATUSBAR_SELECTOR \
Expand Down

0 comments on commit c29bb12

Please sign in to comment.