Skip to content

Instantly share code, notes, and snippets.

View PratheeshDBennet's full-sized avatar

Pratheesh D Bennet PratheeshDBennet

View GitHub Profile
@PratheeshDBennet
PratheeshDBennet / CustomFocusView.swift
Created May 10, 2022 09:59 — forked from dedeexe/CustomFocusView.swift
Creating a custom focus view for tvOS
//
// FocusView.swift
// CustomNavigation
//
// Creating a CustomFocusView
// This code shows how to implement a custom view that can be focused in tvOS
// Just set this class as an UIView's custom class
//
import UIKit