Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
include subviews
Включая подпапки
Ultimo aggiornamento 2016-10-21
Frequenza di utilizzo: 2
Qualità:
using this method, you can easily change appearance of your button without having to run through all subviews of the array.
Используя этот метод, вы легко сможете изменить внешний вид кнопки, не перебирая все подвиды из массива.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
for this purpose, from the subviews array of mpvolumeview class you can get a reference to the airplay button. the airplay button is a normal uibutton class button, so if you have a reference, you can get access to all standard methods of changing its appearance.
В таком случае можно из массива subviews класса mpvolumeview получить ссылку на кнопку airplay. Кнопка включения airplay является обычной кнопкой класса uibutton, поэтому при наличии ссылки на неё вам становятся доступны все стандартные методы изменения её внешнего вида.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
also, as the elements in the subviews array are stored starting from the lowest element in the hierarchy (i.e., the farthest away from the screen), then the shift will be directly proportionate to the index of the processed element at iterating forward through an array. so, we interpret the "distance" between elements similarly to the real world.
Таким способом мы интерпретируем наличие «расстояния» между элементами, как в реальном мире.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta