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-05-28 03:23:57 -0700
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
47fbf7711577a93eceb7b3d2c7b6e0d524cc6b49
47fbf771
2 parents
e76a8453
793e0dfa
Merge pull request #187 from steipete/master
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 @
47fbf77
...
...
@@ -133,7 +133,7 @@ static const NSUInteger kDomainSection = 1;
{
[
self
showTitle
];
UI
Devi
ceOrientation
o
=
[[
UIApplication
sharedApplication
]
statusBarOrientation
];
UI
Interfa
ceOrientation
o
=
[[
UIApplication
sharedApplication
]
statusBarOrientation
];
CGFloat
angle
=
0
;
switch
(
o
)
{
case
UIDeviceOrientationLandscapeLeft
:
angle
=
90
;
break
;
...
...
Please
register
or
login
to post a comment