This website requires JavaScript.
Explore
Help
Sign In
DEV
/
material-components_material-components-ios
Watch
1
Star
0
Fork
0
You've already forked material-components_material-components-ios
mirror of
https://github.com/material-components/material-components-ios.git
synced
2026-02-20 08:27:32 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
components
/
TextFields
/
examples
History
Jeff Verkoeyen
63988b35da
Optimizing imports
...
PiperOrigin-RevId: 356966165
2021-02-11 07:09:58 -08:00
..
resources
…
supplemental
[TextFields] Add theming extension for underline controller (
#9437
)
2020-01-16 14:20:09 -08:00
MultilineTextFieldLegacyExample.m
As of iOS 9/macOS 10.11 (circa 2015) removing objective C objects from the NSNotificationCenter in - (void)dealloc. is no longer required (the classic example is: [[NSNotificationCenter defaultCenter] removeObserver:self] but there are several variations).
2020-04-21 13:00:30 -07:00
TextFieldControllerStylesExample.m
Optimizing imports
2021-02-11 07:09:58 -08:00
TextFieldCustomFontExample.m
As of iOS 9/macOS 10.11 (circa 2015) removing objective C objects from the NSNotificationCenter in - (void)dealloc. is no longer required (the classic example is: [[NSNotificationCenter defaultCenter] removeObserver:self] but there are several variations).
2020-04-21 13:00:30 -07:00
TextFieldFilledExample.swift
[TextFields] Don't use MDCTextFieldTypographyThemer (
#9170
)
2019-12-09 10:13:34 -05:00
TextFieldInterfaceBuilderExample.m
…
TextFieldInterfaceBuilderLegacyExample.m
…
TextFieldKitchenSinkExample.swift
…
TextFieldLegacyExample.swift
…
TextFieldManualLayoutLegacyExample.m
…
TextFieldManualLayoutLegacyExample.swift
…
TextFieldOutlinedExample.m
Optimizing imports
2021-02-11 07:09:58 -08:00
TextFieldOutlinedExample.swift
[TextFields] Don't use MDCTextFieldTypographyThemer (
#9170
)
2019-12-09 10:13:34 -05:00
TextFieldSemanticColorThemer.swift
[TextFields] Don't use MDCTextFieldTypographyThemer (
#9170
)
2019-12-09 10:13:34 -05:00
TextFieldsTableViewExample.m
…
TextFieldStatesViewController.m
…
TextFieldUnderlineExample.swift
…