Sha256: cc75f3c0a9c553fd7ed2fc7dbed6602fec8d710550812ec6611d6e10900bc348
Contents?: true
Size: 935 Bytes
Versions: 2
Compression:
Stored size: 935 Bytes
Contents
// // DetailViewController.h // FurterApp // // Created by Levi Wilson on 3/20/13. // Copyright (c) 2013 Levi Wilson. All rights reserved. // #import <UIKit/UIKit.h> @interface DetailViewController : UIViewController <UISplitViewControllerDelegate> - (IBAction)someButtonClick:(id)sender; @property (weak, nonatomic) IBOutlet UITextField *placeholderTextField; @property (weak, nonatomic) IBOutlet UITextField *labelTextField; @property (weak, nonatomic) IBOutlet UIButton *textButton; @property (weak, nonatomic) IBOutlet UIButton *labeledButton; @property (weak, nonatomic) IBOutlet UILabel *labeledLabel; @property (weak, nonatomic) IBOutlet UISlider *slider; @property (strong, nonatomic) id detailItem; @property (weak, nonatomic) IBOutlet UIButton *tablesButton; - (IBAction)showTables:(id)sender; - (IBAction)onLabeledButtonClicked:(id)sender; @property (weak, nonatomic) IBOutlet UILabel *detailDescriptionLabel; @end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
furter-0.0.3.3 | app/FurterApp/FurterApp/DetailViewController.h |
furter-0.0.3.2 | app/FurterApp/FurterApp/DetailViewController.h |