XMSegmentedControl
XMSegmentedControl copied to clipboard
Set segment content and nothing happen
Update function return when segmenttext.count is zero even in Hybrid case
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.
XMSegmentedControl.swift : line 255:
if segmentTitle.count == 0 {
return
}
You should check for segmentContent also