material-showcase-ios icon indicating copy to clipboard operation
material-showcase-ios copied to clipboard

How to apply Material Showcase on a Segmented Control

Open pacifire opened this issue 5 years ago • 0 comments

I am using HMSegmentedControl, like: hmSegment_Object = HMSegmentedControl(sectionImages: [UIImage(named:"ic_payments_inactive")!,UIImage(named:"ic_loans_inactive")!], sectionSelectedImages: [UIImage(named:"ic_payments_active")!,UIImage(named:"ic_loans_active")!], titlesForSections: ["PAYMENTS", "GOLD LOANS"])

How do i apply MaterialShowcase to the HMSegmentControl.

pacifire avatar Jun 17 '19 11:06 pacifire