Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 01-20-2010, 01:37 PM   #9 (permalink)
j3rm
Registered Member
 
Join Date: Jan 2010
Location: Baton Rouge, LA
Posts: 131
j3rm is on a distinguished road
Default

Well I have posted this message 3 times, I'm thinking that the moderators need to approve because I attached the jpg.

So here we go again.
Here is the requested screen shot.




and here is the code from the OptionsViewController.h
Code:
#import <UIKit/UIKit.h>
#define kDefaultLabelTag 50002

@class TextFieldEditingViewController;
@class AppointmentTypesViewController;
@class HistoryTypesViewController;
@class ContactName;


//  Constants representing the Buttons
//
enum {
	
	MActivityTypes,
	MHistoryTypes,
	ContactFields,
	Defaults,
	
	MyAppAccount,
	
	FAQs,
	AboutMyApp
};

//  Constants representing the various sections of our grouped table view.
//
enum {
	Section1,
	Section2,
	Section3
};

typedef NSUInteger ContactAttribute;

@interface OptionsRootController : UITableViewController <UITextFieldDelegate>
{
	AppointmentTypesViewController *_appointmentTypesVC;
	HistoryTypesViewController *_historyTypesVC;
	UINavigationController *_navController; 
	NSManagedObjectContext *managedObjectContext;
}

@property (nonatomic, retain) UINavigationController *navController;
@property (nonatomic, retain) AppointmentTypesViewController *appointmentTypesVC;
@property (nonatomic, retain) HistoryTypesViewController *historyTypesVC;
@property (nonatomic, retain) NSManagedObjectContext *managedObjectContext;

- (UINavigationController *)navController;
@end
j3rm is offline   Reply With Quote
 

» Advertisements
» Online Users: 417
14 members and 403 guests
andyzaharia, Droverson, EdwardH, esoteric, fanarin, Free App Monster, Hassasin, ilmman, jbro, malaki1974, minglei, Nuncha, pinky, raheel
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,433
Threads: 94,026
Posts: 402,590
Top Poster: BrianSlick (7,978)
Welcome to our newest member, caraldo32
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 07:56 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.