You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: STPopup.podspec
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="STPopup"
3
-
s.version="1.7.1"
3
+
s.version="1.8.0"
4
4
s.summary="STPopup provides STPopupController, which works just like UINavigationController in form sheet/bottom sheet style, for both iPhone and iPad."
5
5
6
6
s.description=<<-DESC
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
9
9
- Support both "Form Sheet" and "Bottom Sheet" style.
10
10
- Work well with storyboard(including segue).
11
11
- Customize UI by using UIAppearance.
12
+
- Fully customizable popup transition style.
12
13
- Auto-reposition of popup view when keyboard is showing up, make sure your UITextField/UITextView won't be covered by the keyboard.
13
14
- Drag navigation bar to dismiss popup view.
14
15
- Support both portrait and landscape orientation, and both iPhone and iPad.
0 commit comments