Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
fix ipad custom nav view layout (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnystrom authored Feb 23, 2018
1 parent acbec9a commit 506eb90
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Classes/Views/NavigationTitleDropdownView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ final class NavigationTitleDropdownView: UIControl {
label.attributedText = attributedTitle

self.accessibilityLabel = accessibilityLabel ?? title

invalidateIntrinsicContentSize()

translatesAutoresizingMaskIntoConstraints = false
layoutIfNeeded()
sizeToFit()
translatesAutoresizingMaskIntoConstraints = true
}

// MARK: Private API
Expand Down

0 comments on commit 506eb90

Please sign in to comment.