Git Product home page Git Product logo

selectlistview1's Introduction

SelectListView1

===== 自定义的一个弹框

#一级标题
##二级标题
###三级标题
####四级标题
#####五级标题
######六级标题

这是一段普通的文本,
直接回车不能换行,

要使用<br>

Hello,大家好,我是果冻虾仁。  

欢迎到访  
很高兴见到您  
祝您,早上好,中午好,下午好,晚安

Thank You . Please Call Me Coder

我的微博

我的微博

  • 昵称:温柔先生

  • 别名:隔壁老王

  • 英文名:demo

  • 编程语言

    • 脚本语言
      • Python

数据结构

二叉树

平衡二叉树

满二叉树

baidu

一段代码搞定d弹框的各种需求

ListSelectView *select_view = [[ListSelectView alloc] initWithFrame:self.view.bounds];
    
    select_view.choose_type = MORECHOOSETITLETYPE;
    select_view.isShowCancelBtn = YES;
    select_view.isShowSureBtn = YES;
    select_view.isShowTitle = YES;
    NSArray *arr= @[@"one",@"two",@"three",@"four",@"five",@"six"];
    [select_view addTitleArray:arr andTitleString:@"标题" animated:YES completionHandler:^(NSString * _Nullable string, NSInteger index) {
        
        NSLog(@"%@------%ld",string,(long)index);
    } withSureButtonBlock:^{
        NSLog(@"sure btn");
    }];
    [self.view addSubview:select_view];

selectlistview1's People

Contributors

wty302857194 avatar

Watchers

James Cloos avatar  avatar

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.