Friday 23 June 2017

Enable zooming/pinch on UIWebView

1)you can use webView.scalesPageToFit=YES; programmatically


2)If you are using in xib than just click the check box "Scaling" scales Page to fit

No comments:

Post a Comment

Remove bottom line in navigation bar

navigationController ?. navigationBar . setBackgroundImage ( UIImage (), for: . any , barMetrics: . default )          navigat...