Skip to content

On button show slider menu or setting view from bottom of the view

Notifications You must be signed in to change notification settings

AmitThakur15/BottomSliderMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BottomSliderMenu

On button click show slider menu or setting view from bottom of the view

Steps

  1. Add these two files in your project -> SliderMenu.swift -> SliderMenuCell.swift

  2. Inside your viewdidload method of viewcontroller file add this method -> setupNaBar()

  3. Add this code snippet in your viewcontroller file

-> let sliderMenu: SliderMenu = { let sm = SliderMenu() return sm }()

  1. Inside your button click mehtod add this line

-> sliderMenu.showSliderMenu()

About

On button show slider menu or setting view from bottom of the view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages