bengottlieb / Twitter-OAuth-iPhone

An easy way to get Twitter authenticating with OAuth on iPhone
http://www.standalone.com
799 stars 155 forks source link

Bug fix for sizing of webview in SA_OAuthTwitterController #77

Closed nomothetis closed 12 years ago

nomothetis commented 13 years ago

Fixed a bug that led to the webview being longer than the display size of the screen.

The bug was that the view was set to an initial height of 416. Since this size is smaller then the _navbar + _webView heights (460), the webview is not all visible. Fixed this by setting it to 460.