MiniMacLean
Nov 6, 2008, 01:46 PM
I have an application,
It auto rotates,
It has a UITextView,
It has a UINavigationBar,
It has a UIBarButtonItem,
The UIBarButtonItem is linked to a function which is:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"mailto:email@email.com?subject=Text&body=Text"]];
However I want the body of the email to be the contents on the UITextView but dont have a clue how to do this,
can i do it with the same function as this now or do i have to use a different function?
______________
also i would like to know how to make the UINavigationBar thin when the application is auto rotated
It auto rotates,
It has a UITextView,
It has a UINavigationBar,
It has a UIBarButtonItem,
The UIBarButtonItem is linked to a function which is:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"mailto:email@email.com?subject=Text&body=Text"]];
However I want the body of the email to be the contents on the UITextView but dont have a clue how to do this,
can i do it with the same function as this now or do i have to use a different function?
______________
also i would like to know how to make the UINavigationBar thin when the application is auto rotated
