Code: Select all
-Xfrontend -warn-long-function-bodies=100
-Xfrontend -warn-long-expression-type-checking=100
Die Instanzmethode „startFadePositionTitle()“ benötigte 2702 ms für die Typprüfung (Limit: 500 ms)
für diesen Teil des Codes:
Code: Select all
func startFadePositionTitle() -> CGFloat {
let value: CGFloat = ((backgroundImage.frame.height/2 - contentTitle.frame.height/2) - navbarView.frame.height)/2
return value
}
Mobile version