[In maintenance mode] Modular and customizable Material Design UI components for iOS
Stars
4.8k
Forks
952
Watchers
4.8k
Open Issues
347
Overall repository health assessment
No package.json found
This might not be a Node.js project
901
commits
701
commits
599
commits
532
commits
531
commits
503
commits
343
commits
295
commits
251
commits
197
commits
There are two separate systems trying to manage touch events on the `MDCButton`. First, the button itself uses its standard `UIControl` event infrastructure to trigger ink ripples. Second, an external `MDCInkTouchController` attaches its own gesture recognizers to do the same thing. This creates a conflict where both systems respond to the same touch, causing two ink animations to be created and displayed simultaneously, which results in incorrect visual feedback.
266bcd2View on GitHubDon't pin BottomNavigationBar trailing/leading edges to safe area in horizontal mode.
72aeb25View on GitHubThere are two separate systems trying to manage touch events on the `MDCButton`. First, the button itself uses its standard `UIControl` event infrastructure to trigger ink ripples. Second, an external `MDCInkTouchController` attaches its own gesture recognizers to do the same thing. This creates a conflict where both systems respond to the same touch, causing two ink animations to be created and displayed simultaneously, which results...
d304ac1View on GitHubThere are two separate systems trying to manage touch events on the `MDCButton`. First, the button itself uses its standard `UIControl` event infrastructure to trigger ink ripples. Second, an external `MDCInkTouchController` attaches its own gesture recognizers to do the same thing. This creates a conflict where both systems respond to the same touch, causing two ink animations to be created and displayed simultaneously, which results in incorrect visual feedback.
b2d48fcView on GitHub#Buttons Update sizing to be the correct size in regular, large and extraLarge.
5de1333View on GitHubThis change fixes the warning generated by clang when we enable -Wobjc-property-assign-on-object-type flag under the ARC environment.
4dccdb6View on GitHub