You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_font = [UIFont systemFontOfSize:21]; // TODO: selected title default should be 23.5
23
+
_numberOfLines = 1;
23
24
_selectedIndex = NSNotFound;
25
+
_selectionColor = 0;
24
26
_textAlign = NSTextAlignmentCenter;
25
-
_numberOfLines = 1;
26
27
self.delegate = self;
27
28
self.dataSource = self;
28
29
[selfselectRow:0inComponent:0animated:YES]; // Workaround for missing selection indicator lines (see https://stackoverflow.com/questions/39564660/uipickerview-selection-indicator-not-visible-in-ios10)
0 commit comments