-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Designing New Splash Screen #70
Conversation
@imjog @chashmeetsingh please review the pr! |
Hi @SIMRAN1! It looks like one or more of your builds have failed.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the failing builds!
@imjog can you please tell me why is the build failing?? |
@SIMRAN1 Tests are failing. Run test in Xcode and see why they are failing. |
@imjog I have tested in xcode no test is failing!! |
Hi @SIMRAN1! It looks like one or more of your builds have failed.
|
@imjog I got the test failed when I erased all contents of simulator and then run the test! |
refreshControl.addTarget(self, action: #selector(ScheduleViewController.refreshData(_:)), for: .valueChanged) | ||
tableView.addSubview(refreshControl) | ||
self.refreshControl = UIRefreshControl() | ||
refreshControl!.attributedTitle = NSAttributedString(string: "Pull to refresh") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check refreshControl
with if let
or guard let
, to be safe!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okk @imjog but I was thinking to create another pr for resolving failed testcases !!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not create another PR if you resolved it here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@imjog @chashmeetsingh please review the pr!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Increase the size of the logo (refer: SUSI iOS)
- Use the good quality of png, current png in not looking good
okk @imjog !! |
@imjog @chashmeetsingh please review and merge the pr!! |
a123137
to
1a2f8dd
Compare
Hi @SIMRAN1! It looks like one or more of your builds have failed.
|
Hi @SIMRAN1! It looks like one or more of your builds have failed.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the status bar on splash screen. Follow: https://stackoverflow.com/questions/35280747/hide-statusbar-during-splash-screen
okk @imjog !! |
Done @imjog !! |
@imjog @chashmeetsingh please review it!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bar is fine but the logo on splash screen still look small to me and logo png quality is not good. Please ask on channel if they can provide you better quality logo. Current, quality doesn't look good to me.
Thanks @imjog I will ask in channel for good quality png !! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SIMRAN1 Please finish one PR and then start working on other PR. This PR is made 20+ days ago and still not fulfill the requested changes. I think the issue you are solving in this PR is not a big issue.
|
@imjog @jurvis @chashmeetsingh please review the pr! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good now!
thanks @imjog ! |
Fixes #66

New Splash screen of app designed as!