Skip to content

shraza/HRTabView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HRTabView

let pager = PagerView(frame: CGRect(x: 0, y: 100, width: view.frame.size.width, height: 70), tabs: ["tab 1","tab 2","tab 3","tab 4"]) pager.delegate = self self.view.addSubview(pager)

Implement the delegate method:

func didTapAtIndex(index: Int) { print("tap: (index)") }

screen shot 2016-02-08 at 11 23 51 pm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages