Post

Replies

Boosts

Views

Activity

Reply to UISegmentedControl Not Switching Segments on iOS Beta 26
bumping this, still an issue with Interface builder segmented controls in beta 4, I would prefer not to rewrite all my views to programmatically add a segmented control :)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to UISegmentedControl Not Switching Segments on iOS Beta 26
this looks to be fixed in beta 5! dont have xcode beta 5 yet to confirm that apps built against beta 5 look good, but apps built against beta 4 running on a device on beta 5 work as expected
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to XIB Files line seperator = none not be respected in iOS 26.1 ONLY
i should mention this is with a UITableView line separator
Replies
Boosts
Views
Activity
Oct ’25
Reply to iOS 26.1 b1 tableview line seperator showing even when set to .none in IB (Xib)
still an issue in ios 26.1 b2
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Oct ’25
Reply to iOS 26.1 UITableView separator style not working
still an issue in ios 26.1 b2
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Oct ’25
Reply to iOS 26.1 UITableView separator style not working
Still an issue in beta 3
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Oct ’25
Reply to iOS 26.1 UITableView separator style not working
this looks to be fixed in B4 !, thanks UIKit Devs!
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Oct ’25
Reply to UINavigationBar setting button yields multple constraint errors
here is the simple sample code yielding constraint errors : UIBarButtonItem *button2 = [[UIBarButtonItem alloc] initWithImage:[UIImage systemImageNamed:@"heart"] style:UIBarButtonItemStylePlain target:self action:@selector(heartTapped:)]; self.navigationItem.rightBarButtonItem = button2; nothing crazy. FB20787440
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Oct ’25