
Its use is nearly identical to the previous generic controller classes I posted. Just set your controller class as the generic controller class' delegate, set the string value you want to let the user edit, then implement the delegate method to get notified of the new value if the user makes any changes.
And here is the code
LongTextFieldViewController.h
//
// LongTextFieldViewController.h
// iContractor
//
// Created by Jeff LaMarche on 2/10/09.
// Copyright 2009 Jeff LaMarche Consulting. All rights reserved.
//
LongTextFieldViewController.m
//
// LongTextFieldViewController.m
// iContractor
//
// Created by Jeff LaMarche on 2/10/09.
// Copyright 2009 Jeff LaMarche Consulting. All rights reserved.
//
0 comments:
Post a Comment