Giter Site home page Giter Site logo

ksxyswitchview's Introduction

KSXYSwitchView

一个酷炫的弹出式,快捷选择菜单

使用简单,一个函数全部搞定。

使用pods管理

pod 'KSXYSwitchView'

//本地路径  图片名称

//@"person_info.png", @"make_call.png", @"make_audio_call.png", @"make_video_call.png"

[KSXYSwitchView showInView:self.view images:@[@"person_info.png", @"make_call.png", @"make_audio_call.png", @"make_video_call.png"] atPoint:point buttonClicked:^(NSInteger index) {
        if(index == 0) {
            NSLog(@"Click person button index = %ld", (long)index);
        } 
        else if(index == 1) {
            NSLog(@"Click call button index = %ld", (long)index);
        } 
        else if(index == 2) {
            NSLog(@"Click audio call button index = %ld", (long)index);
        } 
        else if(index == 3) {
            NSLog(@"Click video call button index = %ld", (long)index);
        }
}];

ksxyswitchview's People

Contributors

yongweiyun avatar

Stargazers

david.liu avatar Allen avatar

Watchers

 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.