Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After performing pod update, now encountering two errors #348

Open
dhiraj7543 opened this issue May 25, 2020 · 1 comment
Open

After performing pod update, now encountering two errors #348

dhiraj7543 opened this issue May 25, 2020 · 1 comment

Comments

@dhiraj7543
Copy link

dhiraj7543 commented May 25, 2020

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

@HeshamMegid
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants