iphone - Accessibility in custom drawn UITableViewCell -


uitableviewcells scrolling speed increases dramatically when custom drawing, however, accessibility breaks. how should 1 add accessibility support cell this?

old question, ios has built in support kind of accessibility. take @ uiaccessibilitycontainer informal protocol allow define rects in view , label them appropriately. thus, if draw big x @ 0,0 size of 44x44, can set accessibilitylabel rect "delete".


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -