-
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
Video in background #261
Video in background #261
Conversation
show(direction: direction, in: inView, from: fromView, isArrowVisible: true) | ||
} | ||
|
||
func show(direction: TooltipDirection, in inView: UIView?, from fromView: UIView, isArrowVisible: Bool) { |
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.
можно просто сделать isArrowVisible: Bool = true дефолтным параметром в методе. Тогда тот, что выше, будет не нужен
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.
Он под протоколом, а протоколы не разрешают дефолтное значение для аргументов. А если мы уберём метод, который без isArrowVisible и оставим в протоколе 2 метода (для UIView с isArrowVisible и для UIBarButtonItem), то не сможем вызывать метод для UIView.
Задача: #APPS-1825
Коротко для Release Notes, в формате «Сделали/Добавили/Исправили N»:
Добавили возможность воспроизводить видео при свернутом приложении
Описание:
В RemoteConfig добавлен параметр, который включает возможность воспроизводить видео при свернутом приложении. Воспроизведение без пауз при сворачивании – Technical Q&A QA1668