Black lines in scroll widgets and segement in IOS

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

I have this design problem in iOS this black line appear in the scroll like a old version of coverflow ipod touch but the app in android this line is white or maybe not fill because the background is white **Image removed for security reasons**

this is another example but segment , do you know how resolve this design problem? bevause search for iOS in kony documentation is very difficult.**Image removed for security reasons**

@Myvh Lvng​ can you please take a look. Thanks!

I found this page and the problem is with the "pageview" of segment .

https://docs.kony.com/konyonpremises/Subsystems/Widget_User_Guide/Content/Segment_Basic_Properties.htm#viewType

in the segment of SEGUI_VIEW_TYPE_PAGEVIEW but don't say nothing about change this property to change that black lines in the page indicator

Thanks for finding out the error. Were you able to solve the main issue?

@Bellv Dvvidson​ FYI

@Luke Mvwtin​ Please provide your inputs.

Hi @Alison Skinnew​ ,

I understand you do not need the progress indicator that appears in the bottom of the Segment widget when it is in Page view.

There are two scenarios that you can use.

  1. You do not want any kind of progress indicator. If this is the case, then you can use the property: showProgressIndicator.
  2. You want a progress indicator but do not want it in black. If this is the case, then you can use the property: progressIndicatorColor to set it to white or grey.

Please note that these properties are only valid for iOS platform.

Hope this helps.

If you want to completely remove the progress indicator you can use the property: showProgressIndicator

hello Rashmin my case in the second 2 , because we need to show to customer a progress indicator of onboarding , this is how it should looks **Image removed for security reasons**

you can see in the kony visualizer the progress is the white color and also the properties are correctly like you said me , and I also tried to change white grey or even put progress indicator off but nothing happens.

another solution what I tried was this:

**Image removed for security reasons**

adding line 5 the comand this.view.sgmPasos.progressIndicatorColor=constants.PROGRESS_INDICATOR_COLOR_WHITE;

but this make an alert and the loading screen keeping without do anything else