Код: Выделить всё
-Xfrontend -warn-long-function-bodies=100
-Xfrontend -warn-long-expression-type-checking=100
Код: Выделить всё
Instance method 'startFadePositionTitle()' took 2702ms to type-check (limit: 500ms)Код: Выделить всё
func startFadePositionTitle() -> CGFloat {
let value: CGFloat = ((backgroundImage.frame.height/2 - contentTitle.frame.height/2) - navbarView.frame.height)/2
return value
}
Подробнее здесь: https://stackoverflow.com/questions/590 ... build-time
Мобильная версия