Giter VIP home page Giter VIP logo

dopdropdownmenu's People

Contributors

12207480 avatar archie-sharma avatar bifidy avatar dopcn avatar irshadpc avatar javalnanda avatar nathanwhy avatar yakubbaev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dopdropdownmenu's Issues

push 后,pop回来 的bug

当点击过 DropDownMenu后,再点击+push到另一个TableViewcontroller后,再返回时会出现TableView下移的bug
img_0213

单词拼错

DOPDropDownMenu类的方法名 - (void)selectDefalutIndexPath 里面的Default拼错了

下拉视图的扩展

如果我想在点击按钮之后下拉出现的视图不想用表格来显示,想自定义视图怎么修改

Some method should fix it and some var should add in .h

Thank you for your project which you coding , it help me to learn how to complete my works.
But I found someting it should be fix.
1.add more color var in .h to use.
2.something wrong in here ,when i used:

if (cell.textLabel.text == [(CATextLayer *)[_titles objectAtIndex:_currentSelectedMenudIndex] string]) {
cell.backgroundColor = [UIColor colorWithWhite:0.9 alpha:1.0];
}

it is in method:

  • (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

and then i fix it:
if ([cell.textLabel.text isEqualToString:[(CATextLayer *)[_titles objectAtIndex:_currentSelectedMenudIndex] string]]) {
cell.backgroundColor = [UIColor colorWithWhite:0.9 alpha:1.0];
}

pod

could you plz make it pod

select row programatically and reload

I want to programatically set the indexpath that will be seen as a default value from array like [1,2,3,4] and I want 3 as a default value to set,but there is no option like that to set default value from index.You have any solution for this.And the other thing is how to reload menu

Multiple Selection Criteria

Good Day,

Thank you so much for the brilliant control!

Do you have plans to support multiple selections?

Kind Regards,
W

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.