Can anybody suggest me how to create toggle buttons in UIWebView Keyboard’s toolbar very similar to what Evernote application has when you edit a note. I know how to add buttons in that toolbar. I just want to know how can I create the buttons look like that. Can this be achieved using simple UISwitch?
This is what exactly I want to achieve.

This can be achieved with a
UIButton. Either set the image forUIControlStateSelectedon the button or do it in Interface Builder by changing the image for “Selected State Configuration”. You can then toggle the button state by changing theselectedproperty of it.Ex: