material-showcase-ios
material-showcase-ios copied to clipboard
How to apply Material Showcase on a Segmented Control
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.