Skip to content

Instantly share code, notes, and snippets.

@AndrewSB
Created March 27, 2014 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewSB/9809973 to your computer and use it in GitHub Desktop.
Save AndrewSB/9809973 to your computer and use it in GitHub Desktop.
NSArray Student(user, pass)
{
Access Zangle website
if (loggedIn)
{
Access student data
Create object array of type NSArray
Transfer from local variable into NSArray
Return NSArray
}
else
{
login and get data
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment