navigationItem.hidesBackButton = true
navigationItem.leftBarButtonItem = nil
head = UIView()
head.frame = CGRectMake(0, 0, 200, 44)
head.frame.origin.x = CGFloat(0)
navigationItem.titleView = head
< /code>
Я пытаюсь выравнивать титул слева, но он все еще остается в середине. < /p>
Подробнее здесь: https://stackoverflow.com/questions/355 ... o-the-left
Как сделать iOS navigationitem.titleview выровнять влево? ⇐ IOS
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение