Search Bar: Created VectorViewController a mother class to Vector screens.

Its first feature is the management of the search bar.
This commit is contained in:
manuroe
2015-12-28 09:39:17 +01:00
parent 3f53daca11
commit 3153e1f62f
6 changed files with 223 additions and 117 deletions
@@ -16,14 +16,14 @@ limitations under the License.
#import <MatrixSDK/MatrixSDK.h>
#import "MXKViewController.h"
#import "VectorViewController.h"
/**
This view controller manages several uiviewcontrollers like UISegmentedControlled manages uiTableView
except that the managed items are custom UIViewControllers.
It uses a Vector design.
*/
@interface SegmentedViewController : MXKViewController
@interface SegmentedViewController : VectorViewController
#pragma mark - Class methods
@property (weak, nonatomic) IBOutlet UIView *selectionContainer;