-
Notifications
You must be signed in to change notification settings - Fork 11
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
HW-52171 Implement phone input type #11
HW-52171 Implement phone input type #11
Conversation
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.
Good job!!!, I added a few comments
toolBar.isTranslucent = true | ||
toolBar.tintColor = Theme.themeColor | ||
toolBar.sizeToFit() | ||
extension UIToolbar { |
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.
@jsaini-hw Do we really need to extend all the toolbars across the app instead of customization for our particular needs?
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.
@oleksii-lubianyi-epam We are not extending any existing method but giving an opportunity to extend all the toolbars if required using this method
…t-type2 * development: feature/HW-52309-Use-country-from-user-accountt (#4)
Implement phone input type
No description provided.