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:
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:
Code:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"mailto:email@email.com?subject=Text&body=[B][COLOR="Red"]Text[/COLOR][/B]"]];
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