ObjectiveC SDK  2.0
Public Member Functions | Protected Attributes | Properties
sendMMSViewController Class Reference

sendMMSViewController.h More...

#include <sendMMSViewController.h>

List of all members.

Public Member Functions

IBAction sendMMS ()
IBAction selectExitingPicture ()
IBAction textFieldReturn: (id sender)
IBAction backgroundTouched: (id sender)
void keyboardWasShown: (NSNotification *aNotification)
void keyboardWasHidden: (NSNotification *aNotification)

Protected Attributes

IBOutlet UITextField * loginName
IBOutlet UITextField * password
IBOutlet UITextField * recipient
IBOutlet UITextField * subject
IBOutlet UITextField * originator
IBOutlet UITextView * message
IBOutlet UIImageView * myImageView
IBOutlet UIButton * selectFromCameraRollButton
Boolean keyboardShown
Boolean viewMoved
Boolean textTouched

Properties

UIImage * myAttachedImage
UIButton * takePictureButton
UIButton * selectFromCameraRollButton
UITextField * loginName
UITextField * password
UITextField * recipient
UITextField * subject
UITextField * originator
UITextView * message

Detailed Description

sendMMSViewController.h

Sample App to see how the API works and how to use provided API methods and responses provided by the Telekom server.


Member Function Documentation

IBAction sendMMSViewController::backgroundTouched: ( id  sender) [virtual]

Hides the keyboard after touching the background.

void sendMMSViewController::keyboardWasHidden: ( NSNotification *  aNotification) [virtual]

Moves view up when UITextView element is selected.

void sendMMSViewController::keyboardWasShown: ( NSNotification *  aNotification) [virtual]

Moves view down after typing in the UITextView element.

IBAction sendMMSViewController::selectExitingPicture ( ) [virtual]

Methods provides functionality to select a photo out of the iPhones photo library.

IBAction sendMMSViewController::sendMMS ( ) [virtual]

Actually sends the MMS.

IBAction sendMMSViewController::textFieldReturn: ( id  sender) [virtual]

Hides the keyboard after pressing the return key.


Member Data Documentation

IBOutlet UITextField* sendMMSViewController::loginName [protected]
IBOutlet UITextView* sendMMSViewController::message [protected]
IBOutlet UIImageView* sendMMSViewController::myImageView [protected]
IBOutlet UITextField* sendMMSViewController::originator [protected]
IBOutlet UITextField* sendMMSViewController::password [protected]
IBOutlet UITextField* sendMMSViewController::recipient [protected]
IBOutlet UIButton* sendMMSViewController::selectFromCameraRollButton [protected]
IBOutlet UITextField* sendMMSViewController::subject [protected]
Boolean sendMMSViewController::viewMoved [protected]

Property Documentation

UITextField* sendMMSViewController::loginName [read, write, retain]
UITextView* sendMMSViewController::message [read, write, retain]
UIImage * sendMMSViewController::myAttachedImage [read, write, retain]
UITextField * sendMMSViewController::originator [read, write, retain, protected]
UITextField * sendMMSViewController::password [read, write, retain, protected]
UITextField * sendMMSViewController::recipient [read, write, retain, protected]
UIButton* sendMMSViewController::selectFromCameraRollButton [read, write, retain]
UITextField * sendMMSViewController::subject [read, write, retain, protected]
UIButton* sendMMSViewController::takePictureButton [read, write, retain]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties