xyk blog

最近は iOS 開発の記事が多めです。

2019-11-12から1日間の記事一覧

iOS13 で UITableViewCell をタップしても背景色がハイライトしなくなった

検証環境: Xcode 11.1 Swift 5.1 iOS13 で UITableViewCell をタップしてもハイライトしなくなったケースがあった。 原因はこちらの UIKit の仕様変更だった。 Apple Developer Documentation The UITableViewCell class no longer changes the backgroundCo…