ios - Custom UITableViewCell information needed in a custom UIView of the UITableViewCell -
i have tableview camera information. in tableview add live view of camera.
i needing subclass live view due different camera sdks...
my question is, how can send camera data tableviewcell custom uiview (which live camera feed)?
i have array of custom objects (each object contains ip-addresses , ports used connect camera locally or remotely) , send object subview.
my tableviewcell looks follows (the blue block show camera, 3rd party security cameras):
and want show next view in blue block above, there camera feed in view. view connects different cameras (will multiple uiview implementations on use due different cameras...)
i know how send [mytabledata objectatindex:indexpath.row] relevant uiview processing , viewing feed camera...
note: have camera implemented already, need in tableview quick-viewing...
thank help...
Comments
Post a Comment