我正在开发一个PDF查看器应用程序,它使用PDFKit
作为库。我创建一个包含PDFView的视图,并在UIViewController
子类中加载自定义视图。
现在我对可访问性语音错误感到厌烦,PDFView
PDFKit
中的currentPage
类可以visiablePages
或#data
df <- read.table(text = "Rabatt Gewinnspiel
0 0
0 0
0 0
1 0
1 0
1 0
0 0
1 0
1 0
1 0
1 0
1 0
1 0
1 0
0 1
0 1
1 0
1 0
0 0", header = T, stringsAsFactors = F)
#Create a factor based on combination
df$Data <- as.factor(paste(df$Rabatt, df$Gewinnspiel, sep = ""))
library(dplyr)
#Calculate number of occurrence for each combination using summarise
df_mod <- df %>%
group_by(Data) %>%
summarise(Count = n())
#Draw pie
pie(df_mod$Count, df_mod$Data)
,但我发现其他iOS应用可以阅读我在页面中点击的 paragrah或line ,它看起来更加详细。所以我可以让演讲者阅读整个可见页面内容或当前页面内容。我想知道有谁知道如何获得用户点击位置的用户的行或段内容/框架信息?
PS我想也许它与accessibilityTraits有关