-
Notifications
You must be signed in to change notification settings - Fork 326
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
[iOS] Add Speaker View #604
Conversation
@yanamura |
@ry-itto I want to split PR. Because this PR includes fix Navigation bar changes, this feature is required from other issues. |
UINavigationBar.appearance().tintColor = ApplicationScheme.shared.colorScheme.onPrimaryColor | ||
UINavigationBar.appearance().backgroundColor = ApplicationScheme.shared.colorScheme.primaryColor | ||
|
||
let backButtonBackgroundImage = #imageLiteral(resourceName: "ic_back") |
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.
👍
import Nuke | ||
import UIKit | ||
|
||
final class SpeakerViewController: UIViewController { |
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 move this file to new directory. Such as $SRCROOT/Droid Kaigi/Speaker/Views
.
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.
oh sorry, i misunderstood project structures
override func viewWillDisappear(_ animated: Bool) { | ||
super.viewDidAppear(animated) | ||
} |
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.
This is unnecessary. Please remove this 🙏
e5e73a7
to
3c5f6f2
Compare
3c5f6f2
to
36a8255
Compare
fixed |
@@ -9,7 +9,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate { | |||
if #available(iOS 13, *) { | |||
} else { | |||
let window = UIWindow(frame: UIScreen.main.bounds) | |||
UINavigationBar.appearance().isTranslucent = false |
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 add this 🙏
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.
LGTM! 👍 I'll merge this.
Your apk has been deployed to https://deploygate.com/distributions/e0b9127778d1cd842a5d94367bb165dfdf6478cb. Anyone can try your changes via the link. Generated by 🚫 Danger |
No issue was reported. Cool! Generated by 🚫 Danger |
Issue
TODO
Overview (Required)
Links
Screenshot