VO
Size: a a a
VO
Нв
S
AS
MPMusicPlayerController.systemMusicPlayer
вызываю метод play()K
A
K
A
AV
AV
self.view.addSubview(customHeaderVC)
self.view.addSubview(uiView)
self.view.addSubview(collectionView)
customHeaderVC.frame = CGRect(x: 0 , y: 0, width: self.view.frame.width, height: 52)
customHeaderVC.anchor(top: view.safeAreaLayoutGuide.topAnchor, leading: view.leadingAnchor, bottom: uiView.topAnchor, trailing: view.trailingAnchor)
uiView.frame = CGRect(x: 0 , y: 0, width: self.view.frame.width, height: 52)
uiView.anchor(top: customHeaderVC.bottomAnchor, leading: view.leadingAnchor, bottom: collectionView.topAnchor, trailing: view.trailingAnchor)
collectionView.anchor(top: uiView.bottomAnchor, leading: view.leadingAnchor, bottom: view.bottomAnchor, trailing: view.trailingAnchor)
K
A
K
БМ
D_
БМ