Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIElementsViewController.h
Go to the documentation of this file.
1 //
2 // UIElementsViewController.h
3 // socioville
4 //
5 // Created by Valentin Filip on 4/3/12.
6 // Copyright (c) 2012 App Design Vault. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface UIElementsViewController : UIViewController <UITextFieldDelegate>
12 
13 @property (strong, nonatomic) IBOutlet UIScrollView *scrollView;
14 
15 - (IBAction)sliderValueChanged:(id)sender;
16 
17 @property (nonatomic, weak) IBOutlet UIButton* colorButton;
18 
19 @property (nonatomic, weak) IBOutlet UIButton* colorButtonSelected;
20 
21 @end