Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ben Copsey
2011-08-06 10:48:50 +0100
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
ef4b36261b5bf7722db736bf91d3f23ae5f19559
ef4b3626
2 parents
3537b732
5c1b9175
Merge branch 'master' of github.com:pokeb/asi-http-request
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Classes/ASIAuthenticationDialog.m
Classes/ASIAuthenticationDialog.m
View file @
ef4b362
...
...
@@ -133,7 +133,7 @@ static const NSUInteger kDomainSection = 1;
{
[
self
showTitle
];
UIInterfaceOrientation
o
=
[[
UIApplication
sharedApplication
]
statusBarOrientation
];
UIInterfaceOrientation
o
=
(
UIInterfaceOrientation
)
[[
UIApplication
sharedApplication
]
statusBarOrientation
];
CGFloat
angle
=
0
;
switch
(
o
)
{
case
UIDeviceOrientationLandscapeLeft
:
angle
=
90
;
break
;
...
...
Please
register
or
login
to post a comment