Is there any way to add a UISlider into a Toolbar, I need to add some other objects also. I am creating a tabbar based application with tableview. And I don’t want to hide the tabbar.

please check the figure.
Is there any way to add a UISlider into a Toolbar, I need to
Share
Create your
customUIVieworcustomUIToolBarwith frame size (0, 322, 320, 110)Add two
UIButtons(with right frame size) in it withaddSubViewproperty.[self.customToolBar addSubView:button];
Add that green thing image as you have shown in your question as a
subView.Add a UISlider as a subview.
[self.view addSubView: customUIToolBar];