-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Present profile on instructor click #447
Conversation
Stepic/Modules/CourseInfoTabInfo/View/CourseInfoTabInfoView.swift
Outdated
Show resolved
Hide resolved
} | ||
|
||
extension CourseInfoTabInfoInstructorView: ProgrammaticallyInitializableViewProtocol { | ||
func setupView() { | ||
self.backgroundColor = .white | ||
self.addGestureRecognizer(UITapGestureRecognizer( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Нет обратной связи у вьюшки, может быть сделаем по-другому (например, есть быстрый способ со вьюшкой-наследником UIButton, которая представляет собой фейковую кнопку; или сделать CourseInfoTabInfoInstructorView
с фидбеком)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ага, я про фидбек и не подумал 👍
@kvld пушнул изменения)) |
Задача: #2340
Описание:
Добивили открытие экрана пользователя при нажатии на преподавателя в инфо о курсе.