Xcode Xcode14 Beta5 Title View Bug Aug 16, 2022 1 min read What’s this? Broken titleView layout bug in Xcode 14 Beta 5 reproduction repository. Xcode 14 Beta 5 Xcode 14 Beta 4 Xcode 13.4.1 Xcode14Beta5TitleViewBug/Xcode14Beta5TitleViewBug/SubViewController.swift Lines 19 to 30 in 869e3ed let titleLabel = UILabel() titleLabel.text = title titleLabel.font = .preferredFont(forTextStyle: .headline) let subTitleLabel = UILabel() subTitleLabel.text = subTitle subTitleLabel.font = .preferredFont(forTextStyle: .caption1) let stackView = UIStackView(arrangedSubviews: [titleLabel, subTitleLabel]) stackView.alignment = .center stackView.axis = .vertical stackView.distribution = .equalCentering navigationItem.titleView = stackView GitHub View Github Xcode
SwiftUI Build Hotstar UI clone with Xcode 14+ and iOS 15 and also using Swift UI Build Hotstar UI clone with Xcode 14+ and iOS 15 and also using Swift UI 20 March 2023
Command-line CLI tool and scripts for collection Xcode build times CLI tool and scripts for collection Xcode build times 16 March 2023
Xcode Creating some fun iOS development projects using XCode and SwiftUI Creating some fun iOS development projects using XCode and SwiftUI 13 March 2023