Hello,
I need a multiline segmented view because there are more than 5 options to select from. I found an objective c code that may achieve this. How can I use it with b4i?
I need a multiline segmented view because there are more than 5 options to select from. I found an objective c code that may achieve this. How can I use it with b4i?
B4X:
[[UILabel appearanceWhenContainedIn:[UISegmentedControl class], nil] setNumberOfLines:0];