SFSDKNewLoginHostViewController Class Reference

Inherits from UITableViewController
Conforms to UITextFieldDelegate
Declared in SFSDKNewLoginHostViewController.h

Overview

View controller that allows the user to enter a new login host that contains a host (the server address) and an optional name.

  server

The server text field

@property (nonatomic, strong) UITextField *server

Declared In

SFSDKNewLoginHostViewController.h

  name

The name text field

@property (nonatomic, strong) UITextField *name

Declared In

SFSDKNewLoginHostViewController.h

  loginHostListViewController

A reference to the login host list view controller used to add the host to the list of login hosts and to also properly resize the popover controller.

@property (nonatomic, weak) SFSDKLoginHostListViewController *loginHostListViewController

Declared In

SFSDKNewLoginHostViewController.h