-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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> | ||
|
||
|
||
|
@@ -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 | ||
|
@@ -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> | ||
|