We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ThirdPartyMailer openMailClient:client
can't seem to make the jump from NSArray *otherMailApps = [ThirdPartyMailer availableClients]; to client
NSArray *otherMailApps = [ThirdPartyMailer availableClients];
client
Thanks
The text was updated successfully, but these errors were encountered:
for (ThirdPartyMailClient *client in otherMailApps) { ...
Sorry, something went wrong.
Do you have a sample chunk of code please?
I'm a hobbyist
If you are a hobbyist shouldn't you be using Swift instead of Objective C?
I'm an old school hobbyist.
The app is written is by me well over six years ago and was the last piece of programming I did. Currently trying to update it
No branches or pull requests
ThirdPartyMailer openMailClient:client
can't seem to make the jump from
NSArray *otherMailApps = [ThirdPartyMailer availableClients];
to
client
Thanks
The text was updated successfully, but these errors were encountered: