- Made 3 layer gradient for the view - Completed FAq expand collapse with logic. - addd error handler - Made Woka Support UI - Added Custom DropDown in support - Added Custom Gradeint - Handled the autolayouts - Added Check for No Subject Selected
20 lines
492 B
Objective-C
20 lines
492 B
Objective-C
//
|
|
// DropDown.h
|
|
// DropDown
|
|
//
|
|
// Created by Kevin Hirsch on 13/06/16.
|
|
// Copyright © 2016 Kevin Hirsch. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for DropDown.
|
|
FOUNDATION_EXPORT double DropDownVersionNumber;
|
|
|
|
//! Project version string for DropDown.
|
|
FOUNDATION_EXPORT const unsigned char DropDownVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <DropDown/PublicHeader.h>
|
|
|
|
|