AB
https://stackoverflow.com/questions/32901372/mac-os-dont-have-permission-to-usr-bin-folder-at-all
Size: a a a
AB
PM
PM
I
gem which cocoapods
” Запускал через прямой url файл exec — работает. Как я понял надо настроить переменную окружения. Не понимаю какMG
HP
MG
MG
ВК
MG
MG
ВК
MG
YM
HP
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
let headerView = UIView.init(frame: .zero)
headerView.backgroundColor = colorLiteral(red: 0.968627451, green: 0.968627451, blue: 0.968627451, alpha: 1)
return headerView
}
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
return 60
}
HP