mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
* [MDCInkView] cancelAllAnimationsAnimated should support disabling animation * [MDCProgressView] Allow completion block to be modified if setHidden:animated:completion is called sequentially * Call completion block immediately rather than storing as a property. * Add nil check for completion block * [Shrine] Update to Swift 3 * [AppBar] Add Objective C AppBar storyboard example * Add right button bar item to AppBar swift demo * Add plus shape icon to FAB * Move plus symbol to example code * Add plus icon asset, move to supplemental * Remove unused methods * Undo change to print. * Move plus CAShapeLayer code into its own method * Remove plus path method * Use supplemental method to get plus symbol CAShapeLayer