- August 12, 2025
- Mins Read
Light wrapper of UITableViewCell that allows extra customization for tvOS
If you would like to have the same level of customization in uibuttons, you should definitely check out FocusTvButton
TvOSCustomizableTableViewCell allows the customization of UITableViewCells in tvOS, adding extra properties to customize layout attributes which are not customizable on UITableViewCells out of the box.
Custom properties:
Two color, linear gradient properties:
A simple two color, linear gradient can be configured by setting either “background end” color properties. If neither “background end” color properties are set then TvOSCustomizableViewCell will use a solid background color by default.
To integrate TvOSCustomizableViewCell into your Xcode project using CocoaPods, specify it in your Podfile
:
source ‘https://github.com/CocoaPods/Specs.git’
platform :tvos, ‘11.0’
use_frameworks!
target ‘<Your Target Name>’ do
pod ‘TvOSCustomizableTableViewCell’, ‘~> 2.0.0’
end
Recognize your user's voice elegantly without having to figure out authorization and audio engines. SwiftSpeech Examples Features Installation Getting Started ...
Example To run the example project, clone the repo, and run pod install from the Example directory first. Requirements iOS 14.0 Installation ...
SlidingRuler is a Swift package containing a SwiftUI control that acts like an linear infinite slider or a finite, more precise ...
SkeletonUI aims to bring an elegant, declarative syntax to skeleton loading animations. Get rid of loading screens or spinners and ...