Kevin
Kevin

Reputation: 195

Stretchy header tableView in Swift

I am new to Swift. Now , I'm trying to make a try about Stretchy header in tableView which is something like “If you scroll to see more cells of tableView and the tableView will extend and cover the view top of the tableView; In contrast , it will compress in to a little size”.

Reference of this gitHub project

But, I have no idea how to implement in Swift .. can somebody teach me or tell me? Thanks

Upvotes: 0

Views: 2319

Answers (1)

seggy
seggy

Reputation: 1196

You can do this in swift using this pod

just install it

 pod 'StretchHeader'

for understanding in depth see this tutorial...

Upvotes: 1

Related Questions