mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 22:23:31 +00:00
working on tvOS UI
This commit is contained in:
@@ -26,4 +26,96 @@
|
||||
}
|
||||
|
||||
|
||||
- (void)updateAllHosts:(NSArray *)hosts {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)alreadyPaired {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)pairFailed:(NSString *)message {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)pairSuccessful {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)showPIN:(NSString *)PIN {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)addHostClicked {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)hostClicked:(TemporaryHost *)host view:(UIView *)view {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)hostLongClicked:(TemporaryHost *)host view:(UIView *)view {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)appClicked:(TemporaryApp *)app {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)receivedAssetForApp:(TemporaryApp *)app {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (nonnull __kindof UICollectionViewCell *)collectionView:(nonnull UICollectionView *)collectionView cellForItemAtIndexPath:(nonnull NSIndexPath *)indexPath {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (NSInteger)collectionView:(nonnull UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)encodeWithCoder:(nonnull NSCoder *)aCoder {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)traitCollectionDidChange:(nullable UITraitCollection *)previousTraitCollection {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)preferredContentSizeDidChangeForChildContentContainer:(nonnull id<UIContentContainer>)container {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (CGSize)sizeForChildContentContainer:(nonnull id<UIContentContainer>)container withParentContainerSize:(CGSize)parentSize {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)systemLayoutFittingSizeDidChangeForChildContentContainer:(nonnull id<UIContentContainer>)container {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(nonnull id<UIViewControllerTransitionCoordinator>)coordinator {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)willTransitionToTraitCollection:(nonnull UITraitCollection *)newCollection withTransitionCoordinator:(nonnull id<UIViewControllerTransitionCoordinator>)coordinator {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)didUpdateFocusInContext:(nonnull UIFocusUpdateContext *)context withAnimationCoordinator:(nonnull UIFocusAnimationCoordinator *)coordinator {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)setNeedsFocusUpdate {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (BOOL)shouldUpdateFocusInContext:(nonnull UIFocusUpdateContext *)context {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
- (void)updateFocusIfNeeded {
|
||||
<#code#>
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user