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
/
TextControls
/
examples
/
supplemental
History
Andrew Overton
9b6db6fb44
[TextControls] Add typical use example
...
PiperOrigin-RevId: 323996387
2020-07-30 07:17:01 -07:00
..
MDCTextControlConfiguratorExample.h
…
MDCTextControlConfiguratorExample.m
[TextControls] Restructure Cocoapods and Blaze targets (
#9430
)
2020-01-17 15:21:08 -05:00
MDCTextControlContentViewController.h
…
MDCTextControlContentViewController.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
MDCTextControlTextAreaConfiguratorExample.h
[TextControls] Add text area example (
#9772
)
2020-02-21 11:17:37 -05:00
MDCTextControlTextAreaConfiguratorExample.m
This change finishes adding TextControls examples to the internal Catalog.
2020-04-08 07:11:50 -07:00
MDCTextControlTextAreaContentViewController.h
[TextControls] Add text area example (
#9772
)
2020-02-21 11:17:37 -05:00
MDCTextControlTextAreaContentViewController.m
[TextControls] Add debug stuff to text controls examples
2020-07-22 10:28:08 -07:00
MDCTextControlTextFieldConfiguratorExample.h
…
MDCTextControlTextFieldConfiguratorExample.m
This change finishes adding TextControls examples to the internal Catalog.
2020-04-08 07:11:50 -07:00
MDCTextControlTextFieldContentViewController.h
…
MDCTextControlTextFieldContentViewController.m
[TextControls] Add debug stuff to text controls examples
2020-07-22 10:28:08 -07:00
MDCTextControlTextFieldTypicalUseExample.h
[TextControls] Add typical use example
2020-07-30 07:17:01 -07:00
MDCTextControlTextFieldTypicalUseExample.m
[TextControls] Add typical use example
2020-07-30 07:17:01 -07:00
MDCTraitEnvironmentChangeDelegate.h
…