Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0ber committed Jan 24, 2018
1 parent 436bba4 commit e72546b
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[![codebeat badge](https://codebeat.co/badges/6a009992-5bf2-4730-aa35-f3b20ce7693d)](https://codebeat.co/projects/github.aaakk.us.kg-ramotion-expanding-collection)

# Check this library on other platforms:
<a href="https://github.com/Ramotion/expanding-collection-android">
<a href="https://github.com/Ramotion/expanding-collection-android">
<img src="https://github.com/ramotion/navigation-stack/raw/master/[email protected]" width="178" height="81"></a>

## About
Expand All @@ -22,7 +22,7 @@ We specialize in the designing and coding of custom UI for Mobile Apps and Websi
**Looking for developers for your project?**<br>
This project is maintained by Ramotion, Inc. We specialize in the designing and coding of custom UI for Mobile Apps and Websites.

<a href="https://ramotion.com/?utm_source=gthb&utm_medium=special&utm_campaign=expanding-collection-contact-us/#Get_in_Touch">
<a href="https://ramotion.com/?utm_source=gthb&utm_medium=special&utm_campaign=expanding-collection-contact-us/#Get_in_Touch">
<img src="https://github.com/ramotion/gliding-collection/raw/master/[email protected]" width="187" height="34"></a> <br>


Expand Down Expand Up @@ -154,10 +154,18 @@ func scrollViewDidEndDecelerating(scrollView: UIScrollView) {
2) Set header height default 236

``` swift
override func viewDidLoad() {
super.viewDidLoad()
override init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: Bundle?) {
super.init(nibName: nibNameOrNil, bundle: nibBundleOrNil)
headerHeight = ***
}
```
OR

``` swift
required init?(coder aDecoder: NSCoder) {
super.init(coder: aDecoder)
headerHeight = ***
}
}
```

3) Call the push method in YourViewController to YourTableViewController
Expand All @@ -181,9 +189,9 @@ See [LICENSE](./LICENSE) for details.
# Get the Showroom App for iOS to give it a try
Try this UI component and more like this in our iOS app. Contact us if interested.

<a href="https://itunes.apple.com/app/apple-store/id1182360240?pt=550053&ct=expanding-collection&mt=8" >
<a href="https://itunes.apple.com/app/apple-store/id1182360240?pt=550053&ct=expanding-collection&mt=8" >
<img src="https://github.com/ramotion/gliding-collection/raw/master/[email protected]" width="117" height="34"></a>
<a href="https://ramotion.com/?utm_source=gthb&utm_medium=special&utm_campaign=expanding-collection-contact-us/#Get_in_Touch">
<a href="https://ramotion.com/?utm_source=gthb&utm_medium=special&utm_campaign=expanding-collection-contact-us/#Get_in_Touch">
<img src="https://github.com/ramotion/gliding-collection/raw/master/[email protected]" width="187" height="34"></a>
<br>
<br>
Expand Down

0 comments on commit e72546b

Please sign in to comment.