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
Peter Steinberger
2011-05-16 16:30:05 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
793e0dfab1c4119cc40e21456e64564de7ca470d
793e0dfa
1 parent
e76a8453
fixes wrong enum variable
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Classes/ASIAuthenticationDialog.m
Classes/ASIAuthenticationDialog.m
View file @
793e0df
...
...
@@ -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