Skip to content

Commit

Permalink
Update to 1.1.8 version
Browse files Browse the repository at this point in the history
- Fix bugs with paramtrs
- Add paramtr custom height
- Update Readme
  • Loading branch information
ivanvorobei committed Dec 12, 2018
1 parent ba859e3 commit 1500c27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ transitionDelegate.isSwipeToDismissEnabled = true
transitionDelegate.showIndicator = true
```

- Parametr `customHeight` set custom height for modal controller. Defualt is `nil`:
```swift
transitionDelegate.customHeight = 350
```

### Add Navigation Bar
You may want to add a navigation bar to your modal controller. Since it became impossible to change or customize the native controller in swift 4 (I couldn’t even find a way to change the height of bar), I completely create navigation bar. Visually, it looks real, but it doesn’t execute the necessary functions:

Expand Down Expand Up @@ -136,5 +141,5 @@ pod 'SparrowKit'
`SPStorkController` is released under the MIT license. Check LICENSE.md for details

## Contact
If you need develop application or UI, write me to [email protected]. I am develop design and ios apps. I am use `swift`. For request more functionality, you should create a new issue.
My apps in AppStore: [first account](https://itunes.apple.com/us/developer/polina-zubarik/id1434528595) & [second account](https://itunes.apple.com/us/developer/mikalai-varabei/id1435792103)
If you have any requirements to develop any application or UI, write to me at [email protected]. I am developing iOS apps and creates designs too. I use `swift` for developing projects. For requesting more functionality, you should create a new issue.
Here are my apps in AppStore: [first account](https://itunes.apple.com/us/developer/polina-zubarik/id1434528595) & [second account](https://itunes.apple.com/us/developer/mikalai-varabei/id1435792103)
2 changes: 1 addition & 1 deletion SPStorkController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SPStorkController"
s.version = "1.1.6"
s.version = "1.1.8"
s.summary = "Modal controller as mail or Apple music application"
s.homepage = "https://github.com/IvanVorobei/SPStorkController"
s.source = { :git => "https://github.com/IvanVorobei/SPStorkController.git", :tag => s.version }
Expand Down

0 comments on commit 1500c27

Please sign in to comment.