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

sendSMSViewController.h More...

#include <sendSMSViewController.h>

List of all members.

Public Member Functions

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

Protected Attributes

IBOutlet UIScrollView * myScrollView
UITextField * loginName
UITextField * password
UITextField * recipient
UITextField * originator
UISwitch * flash
UITextView * smsContent
Boolean keyboardShown
Boolean viewMoved
Boolean textTouched

Properties

IBOutlet UITextField * loginName
IBOutlet UITextField * password
IBOutlet UITextField * recipient
IBOutlet UITextField * originator
IBOutlet UISwitch * flash
IBOutlet UITextView * smsContent

Detailed Description

sendSMSViewController.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 sendSMSViewController::backgroundTouched: ( id  sender) [virtual]

Hides the keyboard after touching the background.

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

Moves view up when UITextView element is selected.

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

Moves view down after typing in the UITextView element.

IBAction sendSMSViewController::sendSMS ( ) [virtual]

Actually sends the SMS.

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

Hides the keyboard after pressing the return key.


Member Data Documentation

UISwitch* sendSMSViewController::flash [protected]
UITextField* sendSMSViewController::loginName [protected]
IBOutlet UIScrollView* sendSMSViewController::myScrollView [protected]
UITextField* sendSMSViewController::originator [protected]
UITextField* sendSMSViewController::password [protected]
UITextField* sendSMSViewController::recipient [protected]
UITextView* sendSMSViewController::smsContent [protected]
Boolean sendSMSViewController::viewMoved [protected]

Property Documentation

IBOutlet UISwitch* sendSMSViewController::flash [read, write, retain]
IBOutlet UITextField* sendSMSViewController::loginName [read, write, retain]
IBOutlet UITextField* sendSMSViewController::originator [read, write, retain]
IBOutlet UITextField* sendSMSViewController::password [read, write, retain]
IBOutlet UITextField* sendSMSViewController::recipient [read, write, retain]
IBOutlet UITextView* sendSMSViewController::smsContent [read, write, retain]

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