Skip to content

Commit

Permalink
Updated Pad UI
Browse files Browse the repository at this point in the history
  • Loading branch information
anushkasankaran committed Jan 14, 2024
1 parent 37e5a90 commit 60300cd
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "iPad Pro 11_ - 1.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "iPad Pro 11_ - 1 (1).png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "iPad Pro 11_ - 1 (2).png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"images" : [
{
"filename" : "Group 199.png",
"filename" : "Logo (1).png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Group 199@2x.png",
"filename" : "Logo (2).png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Group 199@3x.png",
"filename" : "Logo (3).png",
"idiom" : "universal",
"scale" : "3x"
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class HILoginSelectionViewController: HIBaseViewController {
@objc dynamic override func setUpBackgroundView() {
super.setUpBackgroundView()
if UIDevice.current.userInterfaceIdiom == .pad {
backgroundView.image = UIImage(named: "LoginBackgroundPad")
backgroundView.image = UIImage(named: "LoginBackgroundPadNew")
} else {
backgroundView.image = UIImage(named: "Login")
}
Expand Down

0 comments on commit 60300cd

Please sign in to comment.