You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second part of the code looks very strange. You check is firstName/lastName nil, then assign empty string to them (so they not nil anymore!), and then check is firstName/lastName nil again. So, the following code will never executed:
Try Example.app in this repo. If everything work fine I believe the problem is in your code. And if not I would ask you to help me to find the bug. But try Example.app first.
Hi
My problem is I can't get first and last name some of users with apaddressbook. also I'm looking my contacts that rows have lastname and firstname
The text was updated successfully, but these errors were encountered: