How to change the alpha of the inactive indicators ?
Mohammed-Elias opened this issue ยท 13 comments
The alpha of the inactive indicators is too much, is there any way to reduce it ?
hi @Mohammed-Eliass ,
Use .inactiveTransparency
for that. It can be changed in code or in Interface builder.
Thanks for this awesome library !
Apparently the min is 0, Could you please tell me the max of this value?
you are welcome :)
Value of .inactiveTransparency
should be in range 0 - 1, default is 0.4.
try to enter 0,2 (or 0.2) manually
Please check this gif - https://gyazo.com/74c491cb743e5003d4fdfee159bf2259
same old, same old !
I gave it 0,1 .. 0,9 in IB nothing
with code 0.1 .. 0.9 the same.
have you checked the example project?
yeah, the example works, but the version I got I newer than the example, could you please try it on your local machine (the current version) !
example can't be older, it uses same files. In podfile pod 'CHIPageControl', :path => '../'
Are you using cocoapods or carthage ?
Xcode Bug everything work after restarting Xcode, your library is awesome ๐