/About-me-info-for-iOS

This is an premade version of about me iOS RootViewController. Easy to use, just replace images and done.

Primary LanguageObjective-C

About the app or the dev for iOS


This is a simple About the dev or about the app view for iOS, simple as hell, load it with a simple modal call:
AboutViewController *tempView = [[AboutViewController alloc] initWithNibName:@"AboutViewController" bundle:nil];
[self presentModalViewController:tempView animated:YES];