i want to add a button to toolbar of webview without using IB ,so i must do it using programmatically how to do it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I haven’t tested this, but it should be close. It adds a button named “Stop” to the right side of a toolbar. You’d call this method from the
viewDidLoadmethod of your view controller.