Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
@ -36,6 +36,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)prepareForUse;
- (void)playlistUpdated;
- (void)scrollToCurrentPlaylistItem;
@end
@ -180,4 +180,9 @@ static NSString *VLCPlaylistCellIdentifier = @"VLCPlaylistCellIdentifier";
return YES;
}
- (void)scrollToCurrentPlaylistItem
{
[_tableView scrollRowToVisible:_playlistController.currentPlaylistIndex];