I have a set of buttons in a UITableViewCell. I populated them with the whole cellForRowAtIndexPath method, but my tableview is becoming sluggish, although I released everything.
Should I use a custom UITableViewCell to populate? Any suggestions on how to make this as smooth as possible for the user would be great.
Screenshot below.
/ , drawRect:. , , , , , UITapGestureRecognizer ( , , x, y).
, UITableViewCell. , UIView, , , , .
Source: https://habr.com/ru/post/1766880/More articles:Why is it acceptable to expect Flash to be available / enabled, but not JavaScript? - javascriptHow to display an array of UILabels? - iphoneHow to get started with extracting information? - nlpZedGraph Axis Labels - zedgraphDashcode - How to get button name from event? - javascriptMaintain top-k set in Java - javaIs there a way to index a varchar column as datetime? - sql-serverHaskell if statement for checking errors - haskellКогда InnoDB тайм-аут вместо того, чтобы сообщать о взаимоблокировке? - mysqlHow to determine if there are two or one number at the beginning of my line? - c #All Articles