XMSegmentedControl icon indicating copy to clipboard operation
XMSegmentedControl copied to clipboard

Set segment content and nothing happen

Open cinoss opened this issue 9 years ago • 2 comments

Update function return when segmenttext.count is zero even in Hybrid case

cinoss avatar Mar 16 '16 16:03 cinoss

Hello, I'm not sure what you are asking here. If you could be more specific as to what the issue is I would be glad to assist.

xaviermerino avatar Mar 17 '16 05:03 xaviermerino

XMSegmentedControl.swift : line 255:

        if segmentTitle.count == 0 {
            return
        }

You should check for segmentContent also

cinoss avatar Mar 21 '16 06:03 cinoss