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 course period list doesn't have the same number of days as the campus the user chose earlier.
186
191
[[[UIAlertView alloc] initWithTitle:@"Wrong Campus!"message:@"You chose the wrong campus during the setup. Please start again."delegate:selfcancelButtonTitle:@"Back"otherButtonTitles:nil] show];
187
192
return;
193
+
}
188
194
}
189
195
//Create the course object once we have a course code, name, and period list
0 commit comments