2
0

Dumped Google+ SDK.

[UPDATED]   Google+ SDK.
This commit is contained in:
Maarten Billemont
2013-04-27 17:14:05 -04:00
parent dc3c30a2f7
commit a6e3b83ebb
206 changed files with 8949 additions and 1417 deletions

View File

@@ -20,9 +20,9 @@
@class GTLServicePlus;
// A view controller for writing different kinds of moments to Google+ history.
// A view controller for writing different kinds of moments to Google+.
// The open-source GTLPlus libraries are required. For more details, see
// https://developers.google.com/+/history/ .
// https://developers.google.com/+/features/app-activities .
@interface GooglePlusSampleMomentsViewController : UIViewController<
UITableViewDelegate,
UITableViewDataSource,
@@ -30,8 +30,12 @@
BOOL keyboardVisible_;
}
// A label to prompt the selection of a moment.
@property (retain, nonatomic) IBOutlet UILabel *selectionLabel;
// The table that displays the different kinds of moments available.
@property (retain, nonatomic) IBOutlet UITableView *momentsTable;
// The view for the bootom controls.
@property (retain, nonatomic) IBOutlet UIView *bottomControls;
// The target URL to associate with this moment.
@property (retain, nonatomic) IBOutlet UITextField *momentURL;
// A label to display the result of writing a moment.