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-20589] iOS: Allow editing contacts in iOS9 and above #7870

Merged
merged 3 commits into from Apr 5, 2016

Conversation

sriks
Copy link
Contributor

@sriks sriks commented Mar 21, 2016

JIRA: https://jira.appcelerator.org/browse/TIMOB-20589

[TIMOB-20589] iOS: Allow editing contacts in iOS9 and above

Optional Description:
Provides mutable TiContactPerson objects.


#pragma mark - TiContactsPersonUpdateObserver
- (void)didUpdatePerson:(TiContactsPerson*)person {
saveRequest = saveRequest?saveRequest:[CNSaveRequest new];
Copy link
Collaborator

Choose a reason for hiding this comment

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

Spacing

@sriks
Copy link
Contributor Author

sriks commented Mar 22, 2016

@hansemannn addressed review comments.

if (self = [super _initWithPageContext:context]) {
person = [person_ retain];
if (![person_ isMemberOfClass:[CNMutableContact class]])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use brackets here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@cheekiatng
Copy link
Contributor

CR and FT passed. APPROVED.

@cheekiatng cheekiatng merged commit dc630b6 into tidev:master Apr 5, 2016
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