| 12345678910111213141516171819 |
- //
- // UIViewController-ActionSheetSimulation.h
- // JasonDevelop
- //
- // Created by Jason Lee on 10/23/14.
- // Copyright (c) jasondevelop. All rights reserved.
- //
- @import UIKit;
- @interface UIViewController (ActionSheetSimulation)
- - (UIView *)actionSheetSimulationWithPickerView:(UIView *)pickerView withToolbar:(UIToolbar *)pickerToolbar;
- - (void)showActionSheetSimulation:(UIView *)actionSheetSimulation pickerView:(UIView *)pickerView withToolbar:(UIToolbar *)pickerToolbar;
- - (void)dismissActionSheetSimulation:(UIView*)actionSheetSimulation;
- @end
|