Skip to content

happywish/ActionSheet

Repository files navigation

ActionSheet

自己封装的ActionSheet

效果

img

###用法

        let actionSheetVC = ActionSheetController(title: self.title ?? "", contentView: pickView)
        actionSheetVC.delegate = self
        vc?.present(actionSheetVC, animated: true, completion: nil)
        
       //注意使用了snpkit
       //app_screen_width,app_screen_height是屏幕宽高

About

自己封装的ActionSheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages