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
Figma A Swift library designed to streamline the integration of Figma designs into your Xcode Preview Figma Preview is a Swift library crafted to simplify the incorporation of Figma designs into Xcode Previews. 18 February 2024
Xcode An Xcode project for exporting all available HomeKit data to InfluxDB An Xcode project for exporting all available HomeKit data to InfluxDB 06 November 2023