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):

enter image description here

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...)

enter image description here

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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -