Browse Source

added images of the TVTableViewCellAccessoryTypes

Kevin Bradley 3 years ago
parent
commit
f688ba2155

+ 2 - 0
Classes/tvOS/fakes.h

@@ -40,6 +40,8 @@
  
  */
 
+/// some of the iOS versions of these values are at different indexes - reused the same names and just replaced UI->TV images of these are available in tvOSAccessoryImages
+
 typedef NS_ENUM(NSInteger, TVTableViewCellAccessoryType) {
     TVTableViewCellAccessoryNone,
     TVTableViewCellAccessoryDisclosureIndicator,

BIN
tvOSAccessoryImages/TVTableViewCellAccessoryChevron.jpg


BIN
tvOSAccessoryImages/TVTableViewCellAccessoryChevronDisclosureButton.jpg


BIN
tvOSAccessoryImages/TVTableViewCellAccessoryChevronOpen.jpg


BIN
tvOSAccessoryImages/TVTableViewCellAccessoryChevronOpenDisclosureButton.jpg


BIN
tvOSAccessoryImages/TVTableViewCellAccessoryDetailButton.jpg


BIN
tvOSAccessoryImages/TVTableViewCellAccessoryDetailDisclosureButton.jpg