HMSegmentedControl icon indicating copy to clipboard operation
HMSegmentedControl copied to clipboard

After performing pod update, now encountering two errors

Open dhiraj7543 opened this issue 4 years ago • 1 comments

Xcode 11.0 Swift 4.2

Code segmentedPager.segmentedControl.imagePosition = .belowText Error Type 'Any' has no member 'belowText' Value of type 'HMSegmentedControl' has no member 'imagePosition'

Code segmentedPager.segmentedControl.textImageSpacing = 2.0 Error Value of type 'HMSegmentedControl' has no member 'textImageSpacing'

Screenshot 2020-05-26 at 2 50 51 AM

dhiraj7543 avatar May 25 '20 21:05 dhiraj7543

This is odd. I just tried this on the latest version of the code and its working fine. Can you share a sample project that reproduces this issue?

HeshamMegid avatar May 31 '20 06:05 HeshamMegid