We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38da7ba commit 0834e8cCopy full SHA for 0834e8c
LGFilterView.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = 'LGFilterView'
4
- s.version = '1.0.2'
+ s.version = '1.0.3'
5
s.platform = :ios, '6.0'
6
s.license = 'MIT'
7
s.homepage = 'https://github.com/Friend-LGA/LGFilterView'
LGFilterView/LGFilterView.h
@@ -54,12 +54,11 @@ static CGFloat const kLGFilterViewWidth = (320.f-kLGFilterViewWidthMargin*
54
55
@interface LGFilterView : UIView
56
57
-typedef enum
+typedef NS_ENUM(NSUInteger, LGFilterViewTransitionStyle)
58
{
59
LGFilterViewTransitionStyleTop = 0,
60
LGFilterViewTransitionStyleCenter = 1
61
-}
62
-LGFilterViewTransitionStyle;
+};
63
64
@property (assign, nonatomic) LGFilterViewTransitionStyle transitionStyle;
65
0 commit comments