Created
March 27, 2014 15:20
-
-
Save AndrewSB/9809973 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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