hi i am using apple's MFmailcomposer.in that when i type subject, the title of MFMailcomposer is also changing, how can i avoid it?
+2
A:
This is default behavior for the Class. If you want to change it, you should write your own mail controller, or check out the one in Three20. The class you want to start with is TTMessageConposer. You should be able to pick it apart to achieve what you desire.
coneybeare
2009-11-05 04:29:30
i ran TTCatalog , but it gives the same output....when i typesubject ,he title of MFMailcomposer is also changing,will you help in anyway?
Mikhail Naimy
2009-11-05 05:51:44
you need to inspect the code in TTMessageComposer and figure out where they are handling the text field did change code
coneybeare
2009-11-05 06:27:05