Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-13416] iOS:ListView editing support #4397

Merged
merged 6 commits into from Jun 24, 2013
Merged

[TIMOB-13416] iOS:ListView editing support #4397

merged 6 commits into from Jun 24, 2013

Conversation

vishalduggal
Copy link
Contributor

Fixes TIMOB-13416

Test using KS PR 105

@ghost ghost assigned srahim Jun 17, 2013
- (NSDictionary *)itemAtIndex:(NSUInteger)index;
- (void) deleteItemAtIndex:(NSUInteger)index;
- (void) setItemAtIndex:(NSDictionary*)item withIndex:(NSUInteger)index;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not fully sure about the method name. Is the first argument an index, a dictionary with item and index? If it's just an item, why is index mentioned there? Also, it says set, not insert.

@WhichKatieDid
Copy link
Contributor

Comments left, but otherwise looks good.

@srahim
Copy link
Contributor

srahim commented Jun 24, 2013

Code looks good from my side. went ahead and did FR .. looks all fine too me. Will wait till you can address blains comment to merge this in.

@vishalduggal
Copy link
Contributor Author

Ready For Review

@srahim
Copy link
Contributor

srahim commented Jun 24, 2013

Code Reviewed and APPROVED

@srahim
Copy link
Contributor

srahim commented Jun 24, 2013

Functionally Tested and APPROVED

srahim added a commit that referenced this pull request Jun 24, 2013
[TIMOB-13416] iOS:ListView editing support
@srahim srahim merged commit 8f1f2bd into tidev:master Jun 24, 2013
@vishalduggal vishalduggal deleted the timob-13416 branch October 27, 2014 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants