iOS Question Multiline Segmented View

tufanv

Expert
Licensed User
Longtime User
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?

B4X:
[[UILabel appearanceWhenContainedIn:[UISegmentedControl class], nil] setNumberOfLines:0];
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…