Skip to content

akkabin/IZValueSelector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IZValueSelector

IZValueSelector-iOS

How To use it ?

Simply create your IZValueSelector view via IB or in code and declare your controller as the delegate and dataSource as with a simple UITableView

    self.selector.dataSource = self;
    self.selector.delegate = self;
    self.selector.shouldBeTransparent = YES;

Then you should fill the delegate and dataSource methods and you're good to go. Don't forget to provide an image for your selector!

Have a look at the provided example controller code

About

IZValueSelector-iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published