You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pacifire
changed the title
How to apply Material Showcase on a Segment Control
How to apply Material Showcase on a Segmented Control
Jun 17, 2019
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.
The text was updated successfully, but these errors were encountered: